Initialize batch policy, key and readAllBins indicator.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public BatchRead( BatchReadPolicy policy, Key key, bool readAllBins )
Parameters
- policy
- Type: Aerospike.ClientBatchReadPolicy
- key
- Type: Aerospike.ClientKey
- readAllBins
- Type: SystemBoolean
See Also