ListOperation GetByRankRange Method Aerospike
Overload List

  NameDescription
Public methodStatic memberGetByRankRange(String, Int32, ListReturnType)
Create list get by rank range operation. Server selects list items starting at specified rank to the last ranked item and returns selected data specified by returnType.
Public methodStatic memberGetByRankRange(String, Int32, Int32, ListReturnType)
Create list get by rank range operation. Server selects "count" list items starting at specified rank and returns selected data specified by returnType.
Back to Top
See Also