ASecondaryIndexAccess..::..GetFilter Method (Int64, Int64, array<CTX>[]()[][])
Creates a Range(String, Int64, Int64, array<CTX>[]()[][]) based on the secondary index attributes.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
Parameters
- inclusiveStartRange
- Type: Int64
Start range, inclusive
- inclusiveEndRange
- Type: Int64
End range, inclusive
- ctxArgs
- Type: array<CTX>[]()[][]
Advance criteria for the search. See CTX.
Return Value
A Range(String, Int64, Int64, array<CTX>[]()[][]) filterExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if inclusiveStartRange is greater than inclusiveEndRange |