Interface ChangeStreamDocumentOperationDescription

interface ChangeStreamDocumentOperationDescription {
    operationDescription?: mongoose.mongo.BSON.Document;
}

Hierarchy (view full)

Properties

operationDescription?: mongoose.mongo.BSON.Document

An description of the operation.

Only present when the showExpandedEvents flag is enabled.

Since Server Version

6.1.0