PartitionQueryRequest: PartitionQueryRequest Object

View source: R/firestore_objects.R

PartitionQueryRequestR Documentation

PartitionQueryRequest Object

Description

PartitionQueryRequest Object

Usage

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

Details

Autogenerated via gar_create_api_objects The request for Firestore.PartitionQuery.

Value

PartitionQueryRequest object

See Also

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


robonomist/googleFirestore documentation built on Jan. 30, 2023, 6:39 p.m.