View source: R/firestore_objects.R
BatchGetDocumentsRequest | R Documentation |
BatchGetDocumentsRequest Object
BatchGetDocumentsRequest( newTransaction = NULL, documents = NULL, readTime = NULL, mask = NULL, transaction = NULL )
newTransaction |
Starts a new transaction and reads the documents |
documents |
The names of the documents to retrieve |
readTime |
Reads documents as they were at the given time |
mask |
The fields to return |
transaction |
Reads documents in a transaction |
Autogenerated via gar_create_api_objects
The request for Firestore.BatchGetDocuments.
BatchGetDocumentsRequest object
Other BatchGetDocumentsRequest functions:
projects.databases.documents.batchGet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.