ListOperation PopRange Method Aerospike
Overload List

  NameDescription
Public methodStatic memberPopRange(String, Int32,  CTX )
Create list pop range operation. Server returns items starting at specified index to the end of list and removes those items from list bin.
Public methodStatic memberPopRange(String, Int32, Int32,  CTX )
Create list pop range operation. Server returns "count" items starting at specified index and removes items from list bin.
Back to Top
See Also