BatchUDF(Key, String, String, Value) Constructor

Constructor using default policy.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public BatchUDF(
	Key key,
	string packageName,
	string functionName,
	Value[] functionArgs
)

Parameters

key  Key
 
packageName  String
 
functionName  String
 
functionArgs  Value
 

See Also