Skip to content

Commit b15946b

Browse files
author
your proper name
committed
(DOCSP-42962) Spacing.
1 parent 8a87fda commit b15946b

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

source/source-connector/configuration-properties/change-stream.txt

+12-9
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ Settings
4444
| An array of aggregation pipelines to run in your change stream.
4545
You must configure this setting for the change stream
4646
event document, not the ``fullDocument`` field.
47-
48-
For example:
47+
|
48+
| For example:
4949

5050
.. code-block:: none
5151

5252
[{"$match": { "$and": [{"operationType": "insert"}, {"fullDocument.eventId": 1404 }] } }]
5353

54-
For more examples, see:
54+
| For more examples, see:
5555

5656
- :ref:`<source-usage-example-custom-pipeline>`
5757
- :ref:`<source-usage-example-multiple-sources>`
@@ -65,21 +65,24 @@ Settings
6565
| **Description:**
6666
| Determines what values your change stream returns on update
6767
operations.
68+
|
6869
| The default setting returns the differences between the original
6970
document and the updated document.
71+
|
7072
| The ``updateLookup`` setting returns the differences between the
7173
original document and updated document as well as a copy of the
7274
entire updated document at a *point in time* after the update.
75+
|
7376
| The ``whenAvailable`` setting returns the updated document,
7477
if available.
78+
|
7579
| The ``required`` setting returns the updated document and
7680
raises an error if it is not available.
77-
78-
For more information on how this change stream option works, see
79-
:manual:`Lookup Full Document for Update Operations
80-
</changeStreams/#lookup-full-document-for-update-operations>`
81-
in the MongoDB manual.
82-
81+
|
82+
| For more information on how this change stream option works, see
83+
:manual:`Lookup Full Document for Update Operations
84+
</changeStreams/#lookup-full-document-for-update-operations>`
85+
in the MongoDB manual.
8386
|
8487
| **Default**: ``""``
8588
| **Accepted Values**: ``""``, ``"updateLookup"``, ``"whenAvailable"``, or ``"required"``

0 commit comments

Comments
 (0)