BatchRead(Key, Boolean) Constructor

Initialize batch key and readAllBins indicator.

Definition

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

Parameters

key  Key
 
readAllBins  Boolean
 

See Also