Module base_batch (2.1.3)

Helpers for batch requests to the Google Cloud Firestore API.

Classes

BaseWriteBatch

BaseWriteBatch(client)

Accumulate write operations to be sent in a batch.

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

Parameter
NameDescription
client Client

The client that created this batch.