ASecondaryIndexAccess..::..Query Method
Overload List
| Name | Description | |
|---|---|---|
|
|
Query(Filter, array<String>[]()[][]) |
Performs a secondary index query using the provided Filter.
|
|
|
Query(Filter, Exp, array<String>[]()[][]) |
Performs a secondary index query using the provided Filter and than apply the filter expression.
|
|
|
Query(Object, array<String>[]()[][]) |
Performs a search on the secondary index based idxBinValue and the index associated bin ().
For more information see Filter.
|
|
|
Query(Int64, Int64, array<String>[]()[][]) |
Performs a secondary index range search based on inclusiveStartRange and inclusiveEndRange, inclusively.
For more information see Filter.
|

