BatchGetDocumentsRequest Object

BatchGetDocumentsRequest(
  newTransaction = NULL,
  documents = NULL,
  readTime = NULL,
  mask = NULL,
  transaction = NULL
)

Arguments

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

Value

BatchGetDocumentsRequest object

Details

Autogenerated via gar_create_api_objects The request for Firestore.BatchGetDocuments.

See also

Other BatchGetDocumentsRequest functions: projects.databases.documents.batchGet()