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

Create map get by index operation. Server selects the map item identified by index and returns the selected data specified by return_type.