Class ExistenceFilter (3.0.0)

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

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

Inheritance

Object > ExistenceFilter

Namespace

Google.Cloud.Firestore.V1

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
Int32

TargetId

public int TargetId { get; set; }

The target ID to which this filter applies.

Property Value
TypeDescription
Int32