StatementSetAggregateFunction(String, String, Value) Method
Set Lua aggregation function parameters for a Lua package located on the filesystem.
This function will be called on both the server and client for each selected item.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.1
public void SetAggregateFunction(
string packageName,
string functionName,
params Value[] functionArgs
)
Parameters
- packageName String
- server package where user defined function resides
- functionName String
- aggregation function name
- functionArgs Value
- arguments to pass to function name, if any