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

pub fn remove_by_key<'a>(
    bin: &'a str,
    key: &'a Value,
    return_type: MapReturnType
) -> Operation<'a>

Create map remove operation. Server removes the map item identified by the key and returns the removed data specified by return_type.