Select range of values from the large 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.7)
Syntax
Parameters
- begin
- Type: Aerospike.Client Value
low value of the range (inclusive)
- end
- Type: Aerospike.Client Value
high value of the range (inclusive)
- count
- Type:
System Int32
maximum number of values to return after applying lua filter. Pass in zero to obtain all values within range.
- 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