Interface ChangeStreamDocumentOperationDescription

interface ChangeStreamDocumentOperationDescription {
    operationDescription?: Document;
}

Hierarchy (view full)

Properties

operationDescription?: Document

An description of the operation.

Only present when the showExpandedEvents flag is enabled.

6.1.0