GRPCCommandSetBatchRead(BatchPolicy, Key, BatchNode, String, Operation, Int32) Method

[Missing <summary> documentation for "M:Aerospike.Client.GRPCCommand.SetBatchRead(Aerospike.Client.BatchPolicy,Aerospike.Client.Key[],Aerospike.Client.BatchNode,System.String[],Aerospike.Client.Operation[],System.Int32)"]

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public override void SetBatchRead(
	BatchPolicy policy,
	Key[] keys,
	BatchNode batch,
	string[] binNames,
	Operation[] ops,
	int readAttr
)

Parameters

policy  BatchPolicy
 
keys  Key
 
batch  BatchNode
 
binNames  String
 
ops  Operation
 
readAttr  Int32
 

See Also