pub fn get_by_index_range_from(
    bin: &str,
    index: i64,
    return_type: MapReturnType
) -> Operation<'_>
Expand description

Create map get by index range operation. Server selects the map items starting at the specified index to the end of the map and returns the selected data specified by return_type.