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: 3.6.6.0 (3.6.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