BatchUDF(BatchUDFPolicy, Key, String, String, Value) Constructor

Constructor using specified policy.

Definition

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

Parameters

policy  BatchUDFPolicy
 
key  Key
 
packageName  String
 
functionName  String
 
functionArgs  Value
 

See Also