@@ -56,7 +56,7 @@ following table describes each field in the change stream response document:
56
56
57
57
.. list-table::
58
58
:header-rows: 1
59
- :widths: 20 20 60
59
+ :widths: 10 20 60
60
60
61
61
* - Field
62
62
- Type
@@ -163,18 +163,21 @@ following table describes each field in the change stream response document:
163
163
This document and its fields only appears if the ``operationType`` is
164
164
``update``.
165
165
166
- * - ``updateDescription.updatedFields``
166
+ * - | ``updateDescription.``
167
+ | ``updatedFields``
167
168
- document
168
169
- A document whose keys correspond to the fields that were modified by the
169
170
update operation. The value of each field corresponds to the new
170
171
value of those fields, rather than the operation that resulted in the
171
172
new value.
172
173
173
- * - ``updateDescription.removedFields``
174
+ * - | ``updateDescription.``
175
+ | ``removedFields``
174
176
- array
175
177
- An array of fields that were removed by the update operation.
176
178
177
- * - ``updateDescription.truncatedArrays``
179
+ * - | ``updateDescription.``
180
+ | ``truncatedArrays``
178
181
- array
179
182
- An array of documents which record array truncations performed
180
183
with pipeline-based updates using one or more of the following
@@ -190,13 +193,18 @@ following table describes each field in the change stream response document:
190
193
If the entire array is replaced, the truncations will be
191
194
reported under ``updateDescription.updatedFields``.
192
195
193
- * - ``updateDescription.truncatedArrays.field``
196
+ * - | ``updateDescription.``
197
+ | ``truncatedArrays.``
198
+ | ``field``
194
199
- string
195
200
- The name of the truncated field.
196
201
197
- * - ``updateDescription.truncatedArrays.newSize``
202
+ * - | ``updateDescription.``
203
+ | ``truncatedArrays.``
204
+ | ``newSize``
198
205
- integer
199
206
- The number of elements in the truncated array.
207
+
200
208
* - ``clusterTime``
201
209
202
210
- Timestamp
0 commit comments