Restrict this query to keys which are equal to or higher than start,
and lower than end.
You can include values that equal end in the query by using the
ClosedRangeQuery.inclusive modifier.
Delete all documents from the table matching this query.
Filter the query to only include documents matching the provided
predicate function.
Call the provided action function for each document matched by the
query in turn.
Limit the query to include at most count documents.
Restrict this query to documents whose keys are higher than the given key in the sort order.