BatchRead(Key, String) Constructor

Initialize batch key and bins to retrieve.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public BatchRead(
	Key key,
	string[] binNames
)

Parameters

key  Key
 
binNames  String
 

See Also