[][src]Function aerospike::operations::maps::get_by_index_range

pub fn get_by_index_range(
    bin: &str,
    index: i64,
    count: i64,
    return_type: MapReturnType
) -> Operation

Create map get by index range operation. Server selects count map items starting at the specified index and returns the selected data specified by return_type.