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.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.0.2.0 (4.0.2)
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