Aerospike LINDPad Driver

ASecondaryIndexAccess..::..Query Method

Overload List


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