Module async_batch (2.1.3)

Helpers for batch requests to the Google Cloud Firestore API.

Classes

AsyncWriteBatch

AsyncWriteBatch(client)

Accumulate write operations to be sent in a batch.

This has the same set of methods for write operations that xref_AsyncDocumentReference does, e.g. xref_create.

Parameter
NameDescription
client AsyncClient

The client that created this batch.