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 c76a141 commit a538b3bCopy full SHA for a538b3b
src/change_stream.ts
@@ -184,13 +184,12 @@ export interface ChangeStreamDocumentCommon {
184
clusterTime?: Timestamp;
185
186
/**
187
- * The server date and time of the database operation.
+ * 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