Cloud Firestore V1 Client - Class PartitionQueryResponse (1.27.3)

Reference documentation and code samples for the Cloud Firestore V1 Client class PartitionQueryResponse.

The response for Firestore.PartitionQuery.

Generated from protobuf message google.firestore.v1.PartitionQueryResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ partitions array<Google\Cloud\Firestore\V1\Cursor>

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.

↳ next_page_token string

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.

getPartitions

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.
Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPartitions

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.
Parameter
NameDescription
var array<Google\Cloud\Firestore\V1\Cursor>
Returns
TypeDescription
$this

getNextPageToken

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.

Returns
TypeDescription
string

setNextPageToken

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this