The name of the bin. The bin must contain a List 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: lists.returnTypeThe return type indicating what data of the removed item(s) to return (if any).
List operation that can be used with the Client#operate command.
returnType
, you can also use
~ListOperation#andReturn|ListOperation#andReturn to
select what data to return.
Removes one or more items identified by a range of values from the list.