RunQueryRequest Object

RunQueryRequest(
  structuredQuery = NULL,
  transaction = NULL,
  readTime = NULL,
  newTransaction = NULL
)

Arguments

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

Value

RunQueryRequest object

Details

Autogenerated via gar_create_api_objects The request for Firestore.RunQuery.

See also

Other RunQueryRequest functions: projects.databases.documents.runQuery()