ListExp GetByRankRange Method Aerospike
Overload List

  NameDescription
Public methodStatic memberGetByRankRange(ListReturnType, Exp, Exp,  CTX )
Create expression that selects list items starting at specified rank to the last ranked item and returns selected data specified by returnType.
Public methodStatic memberGetByRankRange(ListReturnType, Exp, Exp, Exp,  CTX )
Create expression that selects "count" list items starting at specified rank and returns selected data specified by returnType.
Back to Top
See Also