RemoveByIndexRange(String, Int32, MapReturnType, CTX) | Create map remove operation. Server removes map items starting at specified index to the end of map and returns removed data specified by returnType. |
RemoveByIndexRange(String, Int32, Int32, MapReturnType, CTX) | Create map remove operation. Server removes "count" map items starting at specified index and returns removed data specified by returnType. |