toQuery method
Returns a query that only returns the documents for this partition.
@return A query partitioned by a {@link Query#startAt} and {@link Query#endBefore} cursor.
Implementation
external Query toQuery();
Returns a query that only returns the documents for this partition.
@return A query partitioned by a {@link Query#startAt} and {@link Query#endBefore} cursor.
external Query toQuery();