IndexTask Constructor

Initialize task with fields needed to query server nodes.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public IndexTask(
	Cluster cluster,
	Policy policy,
	string ns,
	string indexName,
	bool isCreate
)

Parameters

cluster  Cluster
 
policy  Policy
 
ns  String
 
indexName  String
 
isCreate  Boolean
 

See Also