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

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