Skip to main content

Glossary: DocumentChangeNotification

General

This class extends EventArgs.

Properties

NameTypeDescription
TypeDocumentChangeTypesDocument change type enum
IdstringDocument identifier
CollectionNamestringDocument's collection name
TypeNamestringType name
EtagEtagEtag
MessagestringNotification payload

DocumentChangeTypes (enum flags)

Members

NameValue
None0
Put1
Delete2
BulkInsertStarted4
BulkInsertEnded8
BulkInsertError16
CommonPut & Delete