BatchRead Constructor (Key, Boolean)

Aerospike
Initialize batch key and readAllBins indicator.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax

C#
public BatchRead(
	Key key,
	bool readAllBins
)

Parameters

key
Type: Aerospike.ClientKey
record key
readAllBins
Type: SystemBoolean
should all bins in record be retrieved.
See Also

Reference