GRPCCommandSetBatchUDF Method

[Missing <summary> documentation for "M:Aerospike.Client.GRPCCommand.SetBatchUDF(Aerospike.Client.BatchPolicy,Aerospike.Client.Key[],Aerospike.Client.BatchNode,System.String,System.String,System.Byte[],Aerospike.Client.BatchAttr)"]

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public override void SetBatchUDF(
	BatchPolicy policy,
	Key[] keys,
	BatchNode batch,
	string packageName,
	string functionName,
	byte[] argBytes,
	BatchAttr attr
)

Parameters

policy  BatchPolicy
 
keys  Key
 
batch  BatchNode
 
packageName  String
 
functionName  String
 
argBytes  Byte
 
attr  BatchAttr
 

See Also