The name of the bin, which must contain a Map value.
Start key in the range (inclusive). If set to
null
, the range includes all keys less than the
end
key.
End key in the range (exclusive). If set to
null
, the range includes all keys greater than or equal to the
begin
key.
Optional
returnType: maps.returnTypeThe return type indicating what data of the selected item(s) to return.
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.
Retrieves one or more items identified by a range of keys from the map.