Enum DocumentChange.Type
An enumeration of snapshot change types.
Namespace: Google.Cloud.Firestore
Assembly: Google.Cloud.Firestore.dll
Syntax
public enum DocumentChange.Type
Fields
Name | Description |
---|---|
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. |