An enumeration of snapshot diff types.
Inherited Method Summary
Enum Values
public static final DocumentChange.Type ADDED
Indicates a new document was added to the set of documents matching the query.
public static final DocumentChange.Type MODIFIED
Indicates a document within the query was modified.
public static final DocumentChange.Type REMOVED
Indicates a document within the query was removed (either deleted or no longer matches the query.