Initialize batch key and read/write operations.
Get is not allowed because it returns a variable number of bins and makes it difficult (sometimes impossible) to lineup operations with results. Instead, use Get(String) for each bin name.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.1.1.0 (5.1.1)
Syntax
C#
public BatchWrite( Key key, Operation[] ops )
Parameters
- key
- Type: Aerospike.ClientKey
- ops
- Type: Aerospike.ClientOperation
See Also