LargeList Range Method (Value, Value, Int32, String, String,  Value )Aerospike
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.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.3.0.0 (3.3.1)
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: OnlineSystem Int32
maximum number of values to return after applying lua filter. Pass in zero to obtain all values within range.
filterModule
Type: OnlineSystem String
Lua module name which contains filter function
filterName
Type: OnlineSystem String
Lua function name which applies filter to returned list
filterArgs
Type:  Aerospike.Client Value 
arguments to Lua function name
See Also