BatchUDF(Key, String, String, Value) Constructor

Constructor using default policy.

Definition

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

Parameters

key  Key
 
packageName  String
 
functionName  String
 
functionArgs  Value
 

See Also