Filter Range Method (String, IndexCollectionType, Int64, Int64)Aerospike
Create range filter for query on collection index. Range arguments must be longs or integers which can be cast to longs. String ranges are not supported.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.9.6.0 (3.9.6)
Syntax

Parameters

name
Type: System String
bin name
type
Type: Aerospike.Client IndexCollectionType
index collection type inclusive
begin
Type: System Int64
filter begin value inclusive
end
Type: System Int64
filter end value
See Also