The name of the bin, which must contain a Map value.
Start values in the range (inclusive). If set to
null
, the range includes all values less than the
end
value.
End value in the range (exclusive). If set to
null
, the range includes all values greater than or equal to the
begin
value.
Optional
returnType: maps.returnTypeThe return type indicating what data of the affected item(s) to return (if any).
Operation that can be passed to the Client#operate command.
Instead of passing returnType
, you can also use
~MapOperation#andReturn|MapOperation#andReturn to
select what data to return.
Removes one or more items identified by a range of values from the map.