GRPCCommandSetBatchOperate(BatchPolicy, BatchRecord, BatchNode, String, Operation, BatchAttr) Method

[Missing <summary> documentation for "M:Aerospike.Client.GRPCCommand.SetBatchOperate(Aerospike.Client.BatchPolicy,Aerospike.Client.BatchRecord[],Aerospike.Client.BatchNode,System.String[],Aerospike.Client.Operation[],Aerospike.Client.BatchAttr)"]

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public void SetBatchOperate(
	BatchPolicy policy,
	BatchRecord[] records,
	BatchNode batch,
	string[] binNames,
	Operation[] ops,
	BatchAttr attr
)

Parameters

policy  BatchPolicy
 
records  BatchRecord
 
batch  BatchNode
 
binNames  String
 
ops  Operation
 
attr  BatchAttr
 

See Also