Select values from the end of list up to a maximum count after applying Lua filter.
Supported by server versions >= 3.5.8.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 3.1.0.0 (3.1.3)
Syntax
Parameters
- count
- Type:
System Int32
maximum number of values to return after applying Lua filter
- filterModule
- Type:
System String
Lua module name which contains filter function
- filterName
- Type:
System String
Lua function name which applies filter to returned list
- filterArgs
- Type: Aerospike.Client Value
arguments to Lua function name
See Also