File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ following table describes each field in the change stream response document:
52
52
53
53
.. list-table::
54
54
:header-rows: 1
55
- :widths: 20 20 60
55
+ :widths: 10 20 60
56
56
57
57
* - Field
58
58
- Type
@@ -159,14 +159,16 @@ following table describes each field in the change stream response document:
159
159
This document and its fields only appears if the ``operationType`` is
160
160
``update``.
161
161
162
- * - ``updateDescription.updatedFields``
162
+ * - | ``updateDescription.``
163
+ | ``updatedFields``
163
164
- document
164
165
- A document whose keys correspond to the fields that were modified by the
165
166
update operation. The value of each field corresponds to the new
166
167
value of those fields, rather than the operation that resulted in the
167
168
new value.
168
169
169
- * - ``updateDescription.removedFields``
170
+ * - | ``updateDescription.``
171
+ | ``removedFields``
170
172
- array
171
173
- An array of fields that were removed by the update operation.
172
174
You can’t perform that action at this time.
0 commit comments