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

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

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