RemoveByKeyRelativeIndexRange(String, Value, Int32, MapReturnType, CTX) |
Create map remove by key relative to index range operation.
Server removes map items nearest to key and greater by index.
Server returns removed data specified by returnType.
Examples for map [{0=17},{4=2},{5=15},{9=10}]:
|
RemoveByKeyRelativeIndexRange(String, Value, Int32, Int32, MapReturnType, CTX) |
Create map remove by key relative to index range operation.
Server removes map items nearest to key and greater by index with a count limit.
Server returns removed data specified by returnType.
Examples for map [{0=17},{4=2},{5=15},{9=10}]:
|