Statement SetAggregateFunction Method Aerospike
Overload List

  NameDescription
Public methodSetAggregateFunction(String, String,  Value )
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.
Public methodSetAggregateFunction(Assembly, String, String, String,  Value )
Set Lua aggregation function parameters for a Lua package located in an assembly resource. This function will be called on both the server and client for each selected item.
Back to Top
See Also