BatchRead(BatchReadPolicy, Key, Boolean) Constructor

Initialize batch policy, key and readAllBins indicator.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public BatchRead(
	BatchReadPolicy policy,
	Key key,
	bool readAllBins
)

Parameters

policy  BatchReadPolicy
 
key  Key
 
readAllBins  Boolean
 

See Also