BatchRead Constructor (Key, String)

Aerospike
Initialize batch key and bins to retrieve.

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

C#
public BatchRead(
	Key key,
	string[] binNames
)

Parameters

key
Type: Aerospike.ClientKey
record key
binNames
Type: SystemString
array of bins to retrieve.
See Also

Reference