BatchGetArrayCommandProxy Constructor

Initializes a new instance of the BatchGetArrayCommandProxy class

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public BatchGetArrayCommandProxy(
	Buffer buffer,
	GrpcChannel channel,
	BatchNode batch,
	BatchPolicy policy,
	string[] binNames,
	Operation[] ops,
	BatchRecord[] records,
	int readAttr,
	bool isOperation,
	BatchStatus status
)

Parameters

buffer  Buffer
 
channel  GrpcChannel
 
batch  BatchNode
 
policy  BatchPolicy
 
binNames  String
 
ops  Operation
 
records  BatchRecord
 
readAttr  Int32
 
isOperation  Boolean
 
status  BatchStatus
 

See Also