GetByIndexRange(String, Int32, MapReturnType, CTX[]) | Create map get by index range operation. Server selects map items starting at specified index to the end of map and returns selected data specified by returnType. |
GetByIndexRange(String, Int32, Int32, MapReturnType, CTX[]) | Create map get by index range operation. Server selects "count" map items starting at specified index and returns selected data specified by returnType. |