Initializes a new instance of the ScanCommand class
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax
C#
public ScanCommand( Cluster cluster, Node node, ScanPolicy scanPolicy, string ns, string setName, string[] binNames, ScanCallback callback, ulong taskId, ulong clusterKey, bool first )
Parameters
- cluster
- Type: Aerospike.ClientCluster
- node
- Type: Aerospike.ClientNode
- scanPolicy
- Type: Aerospike.ClientScanPolicy
- ns
- Type: SystemString
- setName
- Type: SystemString
- binNames
- Type: SystemString
- callback
- Type: Aerospike.ClientScanCallback
- taskId
- Type: SystemUInt64
- clusterKey
- Type: SystemUInt64
- first
- Type: SystemBoolean
See Also