The name of the bin. The bin must contain a List value.
Index of the first element in the range.
Optional
count: numberNumber of elements in the range; if not specified, the range extends to the end of the list.
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.
Retrieves the list elements identified by the index range from the list.