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 5e97ce5 commit 587b2d5Copy full SHA for 587b2d5
source/read/change-streams.txt
@@ -89,19 +89,18 @@ following:
89
"_id": { ... },
90
"operationType": "update",
91
"clusterTime": { ... },
92
- ...
93
"ns": {
94
"db": "sample_restaurants",
95
"coll": "restaurants"
96
},
97
98
"updateDescription": {
99
"updatedFields": {
100
"cuisine": "Irish"
101
102
"removedFields": [],
103
"truncatedArrays": []
104
}
+ ...
105
106
107
Modify the Change Stream Output
0 commit comments