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 8fa9dae commit ed356a3Copy full SHA for ed356a3
source/reference/change-events.txt
@@ -50,7 +50,6 @@ stream response document can have.
50
]
51
},
52
"collectionUUID": <uuid>,
53
- "wallTime": <isodate>,
54
"clusterTime" : <Timestamp>,
55
"wallTime" : <ISODate>, // Added in MongoDB 6.0
56
"txnNumber" : <NumberLong>,
@@ -253,12 +252,6 @@ following table describes each field in the change stream response document:
253
252
254
.. versionadded:: 6.0
255
256
- * - ``wallTime``
257
- - ISODate
258
- - ISO date from the oplog entry associated with the event.
259
-
260
- .. versionadded:: 6.0
261
262
* - ``collectionUUID``
263
- UUID
264
- UUID identifying the collection.
0 commit comments