BatchRead(Key, Operation) Constructor

Initialize batch key and read operations.

Definition

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

Parameters

key  Key
 
ops  Operation
 

See Also