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.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.2.0.0 (3.2.4)
Syntax
Parameters
- resourceAssembly
- Type:
System.Reflection Assembly
assembly where resource is located. Current assembly can be obtained by: Assembly.GetExecutingAssembly()"
- resourcePath
- Type:
System String
namespace path where Lua resource is located. Example: Aerospike.Client.Resources.mypackage.lua
- packageName
- Type:
System String
server package where user defined function resides
- functionName
- Type:
System String
aggregation function name
- functionArgs
- Type: Aerospike.Client Value
arguments to pass to function name, if any
See Also