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

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

Create map remove operation. Server removes count map items starting at the specified index and returns the removed data specified by return_type.