Enum DocumentChange.Type (2.4.0)

public enum Type

An enumeration of snapshot change types.

Namespace

Google.Cloud.Firestore

Assembly

Google.Cloud.Firestore.dll

Fields

NameDescription
Added

Indicates a new document was added to the set of documents matching the query.

Modified

Indicates a document within the query was modified.

Removed

Indicates a document within the query was removed (either deleted or no longer matches the query.