A page token that may be used to request an additional set of results, up
to the number specified by partition_count in the PartitionQuery request.
If blank, there are no more results.
Partition results.
Each partition is a split point that can be used by RunQuery as a starting
or end point for the query results. The RunQuery requests must be made with
the same query supplied to this PartitionQuery request. The partition
cursors will be ordered according to same ordering as the results of the
query supplied to PartitionQuery.
For example, if a PartitionQuery request returns partition cursors A and B,
running the following three queries will return the entire result set of
the original query:
query, end_at A
query, start_at A, end_at B
query, start_at B
An empty result may indicate that the query has too few results to be
partitioned, or that the query is not yet supported for partitioning.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe document provides reference documentation for the \u003ccode\u003ePartitionQueryResponse\u003c/code\u003e class within the Google Cloud Firestore v1 API, specifically for version 3.7.0, and contains information on how this class is implemented and how to use it.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePartitionQueryResponse\u003c/code\u003e is a sealed class that implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, which facilitates various operations like message handling, equality checks, deep cloning, and enumeration.\u003c/p\u003e\n"],["\u003cp\u003eThe class is used as the response type for \u003ccode\u003eFirestore.PartitionQuery\u003c/code\u003e, providing a mechanism to split query results into partitions for more efficient data retrieval.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ePartitionQueryResponse\u003c/code\u003e offers properties like \u003ccode\u003eNextPageToken\u003c/code\u003e for pagination and \u003ccode\u003ePartitions\u003c/code\u003e which holds the results of the partition, represented as an ordered list of \u003ccode\u003eCursor\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation lists the class's constructors, properties, methods, and inherited members, along with their respective descriptions and type information, while offering different versions of the API.\u003c/p\u003e\n"]]],[],null,[]]