View source: R/firestore_objects.R
PartitionQueryRequest | R Documentation |
PartitionQueryRequest Object
PartitionQueryRequest( partitionCount = NULL, pageSize = NULL, pageToken = NULL, structuredQuery = NULL )
partitionCount |
The desired maximum number of partition points |
pageSize |
The maximum number of partitions to return in this call, subject to |
pageToken |
The |
structuredQuery |
A structured query |
Autogenerated via gar_create_api_objects
The request for Firestore.PartitionQuery.
PartitionQueryRequest object
Other PartitionQueryRequest functions:
projects.databases.documents.partitionQuery()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.