Statement SetAggregateFunction Method (String, String,  Value )Aerospike
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.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.6.6.0 (3.6.6)
Syntax

Parameters

packageName
Type: OnlineSystem String
server package where user defined function resides
functionName
Type: OnlineSystem String
aggregation function name
functionArgs
Type:  Aerospike.Client Value 
arguments to pass to function name, if any
See Also