pub fn get_by_key<'a>(
    bin: &'a str,
    key: &'a Value,
    return_type: MapReturnType
) -> Operation<'a>
Expand description

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