We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f5bb9 commit c76a141Copy full SHA for c76a141
src/change_stream.ts
@@ -183,6 +183,14 @@ export interface ChangeStreamDocumentCommon {
183
*/
184
clusterTime?: Timestamp;
185
186
+ /**
187
+ * The server date and time of the database operation.
188
+ * wallTime differs from clusterTime in that clusterTime is a timestamp taken from the oplog entry associated with the database operation event.
189
+ * The format is "YYYY-MM-DD HH:MM.SS.millis".
190
+ */
191
+ wallTime?: string;
192
+
193
194
/**
195
* The transaction number.
196
* Only present if the operation is part of a multi-document transaction.
0 commit comments