MultiDocumentChange

Represents a data update delivered by a database collection listener.

Attributes

Name
Purpose

Type

The event type of the listener update.

Documents

The list of documents relevant to the change (can have multiple documents for initial data, and one document for insert/update/delete operations).

ChangeDescription

Information on updated and deleted fields (only available for update operations).

Last updated