Class ExistenceFilter (2.5.2)

ExistenceFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A digest of all the documents that match a given target.

Attributes

NameDescription
target_id int
The target ID to which this filter applies.
count int
The total count of documents that match `target_id][google.firestore.v1.ExistenceFilter.target_id]`. If different from the count of documents in the client that match, the client must manually determine which documents no longer match the target.

Inheritance

builtins.object > proto.message.Message > ExistenceFilter