Firestore v1 API - Class ExistenceFilter (3.1.0)

public sealed class ExistenceFilter : IMessage<ExistenceFilter>, IEquatable<ExistenceFilter>, IDeepCloneable<ExistenceFilter>, IBufferMessage, IMessage

Reference documentation and code samples for the Firestore v1 API class ExistenceFilter.

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

Inheritance

object > ExistenceFilter

Namespace

GoogleCloudGoogle.Cloud.FirestoreV1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

ExistenceFilter()

public ExistenceFilter()

ExistenceFilter(ExistenceFilter)

public ExistenceFilter(ExistenceFilter other)
Parameter
NameDescription
otherExistenceFilter

Properties

Count

public int Count { get; set; }

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.

Property Value
TypeDescription
int

TargetId

public int TargetId { get; set; }

The target ID to which this filter applies.

Property Value
TypeDescription
int