Initialize batch key and read operations.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.0.0 (5.3.0)
Syntax
C#
public BatchRead( Key key, Operation[] ops )
Parameters
- key
- Type: Aerospike.ClientKey
- ops
- Type: Aerospike.ClientOperation
See Also