PartitionQueryRequest Object

PartitionQueryRequest(
  partitionCount = NULL,
  pageSize = NULL,
  pageToken = NULL,
  structuredQuery = NULL
)

Arguments

partitionCount

The desired maximum number of partition points

pageSize

The maximum number of partitions to return in this call, subject to partition_count

pageToken

The next_page_token value returned from a previous call to PartitionQuery that may be used to get an additional set of results

structuredQuery

A structured query

Value

PartitionQueryRequest object

Details

Autogenerated via gar_create_api_objects The request for Firestore.PartitionQuery.

See also

Other PartitionQueryRequest functions: projects.databases.documents.partitionQuery()