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

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