pub fn get_by_value_list<'a>(
    bin: &'a str,
    values: &'a [Value],
    return_type: ListReturnType
) -> Operation<'a>
Expand description

Creates list get by value list operation. Server selects list items identified by values and returns selected data specified by returnType.