MapOperation RemoveByRankRange Method Aerospike
Overload List

  NameDescription
Public methodStatic memberRemoveByRankRange(String, Int32, MapReturnType,  CTX )
Create map remove operation. Server removes map items starting at specified rank to the last ranked item and returns removed data specified by returnType.
Public methodStatic memberRemoveByRankRange(String, Int32, Int32, MapReturnType,  CTX )
Create map remove operation. Server removes "count" map items starting at specified rank and returns removed data specified by returnType.
Back to Top
See Also