Initialize policy, 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.3.1.0 (5.3.1)
Syntax
C#
public BatchWrite( BatchWritePolicy policy, Key key, Operation[] ops )
Parameters
- policy
- Type: Aerospike.ClientBatchWritePolicy
- key
- Type: Aerospike.ClientKey
- ops
- Type: Aerospike.ClientOperation
See Also