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 latest version available for the \u003ccode\u003ePartitionQueryResponse\u003c/code\u003e class is 3.10.0, while the current page is documenting version 3.9.0 of the class in the \u003ccode\u003eGoogle.Cloud.Firestore.V1\u003c/code\u003e API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePartitionQueryResponse\u003c/code\u003e class is a response object for \u003ccode\u003eFirestore.PartitionQuery\u003c/code\u003e and provides methods and properties to manage and retrieve query partitions.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several 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, allowing for broad functionality and compatibility within the .NET ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePartitions\u003c/code\u003e property of \u003ccode\u003ePartitionQueryResponse\u003c/code\u003e provides an ordered list of \u003ccode\u003eCursor\u003c/code\u003e objects that define split points for running queries, and the \u003ccode\u003eNextPageToken\u003c/code\u003e property allows for retrieving additional sets of results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetEnumerator()\u003c/code\u003e method facilitates iteration through the resources within the \u003ccode\u003ePartitionQueryResponse\u003c/code\u003e, enabling easy access to each \u003ccode\u003eCursor\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]