BatchUDFCommandProxy Constructor

Initializes a new instance of the BatchUDFCommandProxy class

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public BatchUDFCommandProxy(
	Buffer buffer,
	GrpcChannel channel,
	BatchNode batch,
	BatchPolicy batchPolicy,
	Key[] keys,
	string packageName,
	string functionName,
	byte[] argBytes,
	BatchRecord[] records,
	BatchAttr attr,
	BatchStatus status
)

Parameters

buffer  Buffer
 
channel  GrpcChannel
 
batch  BatchNode
 
batchPolicy  BatchPolicy
 
keys  Key
 
packageName  String
 
functionName  String
 
argBytes  Byte
 
records  BatchRecord
 
attr  BatchAttr
 
status  BatchStatus
 

See Also