BatchRead(BatchReadPolicy, Key, String) Constructor

Initialize batch policy, key and bins to retrieve.

Definition

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

Parameters

policy  BatchReadPolicy
 
key  Key
 
binNames  String
 

See Also