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.
Implements
IMessageExistenceFilter, IEquatableExistenceFilter, IDeepCloneableExistenceFilter, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.FirestoreV1Assembly
Google.Cloud.Firestore.V1.dll
Constructors
ExistenceFilter()
public ExistenceFilter()
ExistenceFilter(ExistenceFilter)
public ExistenceFilter(ExistenceFilter other)
Parameter | |
---|---|
Name | Description |
other | ExistenceFilter |
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 | |
---|---|
Type | Description |
int |
TargetId
public int TargetId { get; set; }
The target ID to which this filter applies.
Property Value | |
---|---|
Type | Description |
int |