Enum DocumentChange.Type (3.20.0)

public enum DocumentChange.Type extends Enum<DocumentChange.Type>

An enumeration of snapshot diff types.

Static 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.

Static Methods

NameDescription
valueOf(String name)
values()