MapOperation.RemoveByRankRange Method

Overload List

RemoveByRankRange(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.
RemoveByRankRange(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.

See Also