BatchWrite(BatchWritePolicy, Key, Operation) Constructor

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.

Definition

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

Parameters

policy  BatchWritePolicy
 
key  Key
 
ops  Operation
 

See Also