View source: R/firestore_objects.R
RunQueryRequest | R Documentation |
RunQueryRequest Object
RunQueryRequest( structuredQuery = NULL, transaction = NULL, readTime = NULL, newTransaction = NULL )
structuredQuery |
A structured query |
transaction |
Reads documents in a transaction |
readTime |
Reads documents as they were at the given time |
newTransaction |
Starts a new transaction and reads the documents |
Autogenerated via gar_create_api_objects
The request for Firestore.RunQuery.
RunQueryRequest object
Other RunQueryRequest functions:
projects.databases.documents.runQuery()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.