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:
5252
5353.. list-table::
5454 :header-rows: 1
55- :widths: 20 20 60
55+ :widths: 10 20 60
5656
5757 * - Field
5858 - Type
@@ -159,14 +159,16 @@ following table describes each field in the change stream response document:
159159 This document and its fields only appears if the ``operationType`` is
160160 ``update``.
161161
162- * - ``updateDescription.updatedFields``
162+ * - | ``updateDescription.``
163+ | ``updatedFields``
163164 - document
164165 - A document whose keys correspond to the fields that were modified by the
165166 update operation. The value of each field corresponds to the new
166167 value of those fields, rather than the operation that resulted in the
167168 new value.
168169
169- * - ``updateDescription.removedFields``
170+ * - | ``updateDescription.``
171+ | ``removedFields``
170172 - array
171173 - An array of fields that were removed by the update operation.
172174
You can’t perform that action at this time.
0 commit comments