Interface ChangeStreamDocumentWallTime

interface ChangeStreamDocumentWallTime {
    wallTime?: Date;
}

Hierarchy (view full)

Properties

Properties

wallTime?: Date

The server date and time of the database operation. wallTime differs from clusterTime in that clusterTime is a timestamp taken from the oplog entry associated with the database operation event.

6.0.0