ListOperation GetByIndexRange Method Aerospike
Overload List

  NameDescription
Public methodStatic memberGetByIndexRange(String, Int32, ListReturnType,  CTX )
Create list get by index range operation. Server selects list items starting at specified index to the end of list and returns selected data specified by returnType.
Public methodStatic memberGetByIndexRange(String, Int32, Int32, ListReturnType,  CTX )
Create list get by index range operation. Server selects "count" list items starting at specified index and returns selected data specified by returnType.
Back to Top
See Also