Initialize task with fields needed to query server nodes.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.0.0 (5.3.0)
Syntax
C#
public IndexTask( Cluster cluster, Policy policy, string ns, string indexName, bool isCreate )
Parameters
- cluster
- Type: Aerospike.ClientCluster
- policy
- Type: Aerospike.ClientPolicy
- ns
- Type: SystemString
- indexName
- Type: SystemString
- isCreate
- Type: SystemBoolean
See Also