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: 5.1.1.0 (5.1.1)
Syntax
C#
public static Filter Range( string name, IndexCollectionType type, long begin, long end )
Parameters
- name
- Type: SystemString
bin name - type
- Type: Aerospike.ClientIndexCollectionType
index collection type inclusive - begin
- Type: SystemInt64
filter begin value inclusive - end
- Type: SystemInt64
filter end value
Return Value
Type: FilterSee Also