pub fn get_by_key_list<'a>(
    bin: &'a str,
    keys: &'a [Value],
    return_type: MapReturnType
) -> Operation<'a>
Expand description

Creates a map get by key list operation. Server selects map items identified by keys and returns selected data specified by returnType.