google_api_firestore v0.0.1 GoogleApi.Firestore.V1beta1.Model.ExistenceFilter View Source

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

Attributes

  • count (integer()): The total count of documents that match 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. Defaults to: null.
  • targetId (integer()): The target ID to which this filter applies. Defaults to: null.