Skip to content

Commit b2c2093

Browse files
fix change events table styling
1 parent 708f5b3 commit b2c2093

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

source/reference/change-events.txt

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ following table describes each field in the change stream response document:
5656

5757
.. list-table::
5858
:header-rows: 1
59-
:widths: 20 20 60
59+
:widths: 10 20 60
6060

6161
* - Field
6262
- Type
@@ -163,18 +163,21 @@ following table describes each field in the change stream response document:
163163
This document and its fields only appears if the ``operationType`` is
164164
``update``.
165165

166-
* - ``updateDescription.updatedFields``
166+
* - | ``updateDescription.``
167+
| ``updatedFields``
167168
- document
168169
- A document whose keys correspond to the fields that were modified by the
169170
update operation. The value of each field corresponds to the new
170171
value of those fields, rather than the operation that resulted in the
171172
new value.
172173

173-
* - ``updateDescription.removedFields``
174+
* - | ``updateDescription.``
175+
| ``removedFields``
174176
- array
175177
- An array of fields that were removed by the update operation.
176178

177-
* - ``updateDescription.truncatedArrays``
179+
* - | ``updateDescription.``
180+
| ``truncatedArrays``
178181
- array
179182
- An array of documents which record array truncations performed
180183
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:
190193
If the entire array is replaced, the truncations will be
191194
reported under ``updateDescription.updatedFields``.
192195

193-
* - ``updateDescription.truncatedArrays.field``
196+
* - | ``updateDescription.``
197+
| ``truncatedArrays.``
198+
| ``field``
194199
- string
195200
- The name of the truncated field.
196201

197-
* - ``updateDescription.truncatedArrays.newSize``
202+
* - | ``updateDescription.``
203+
| ``truncatedArrays.``
204+
| ``newSize``
198205
- integer
199206
- The number of elements in the truncated array.
207+
200208
* - ``clusterTime``
201209

202210
- Timestamp

0 commit comments

Comments
 (0)