@@ -45,16 +45,16 @@ Settings
45
45
You must configure this setting for the change stream
46
46
event document, not the ``fullDocument`` field.
47
47
48
- .. example::
48
+ For example:
49
49
50
- .. code-block:: none
50
+ .. code-block:: none
51
51
52
- [{"$match": { "$and": [{"operationType": "insert"}, {"fullDocument.eventId": 1404 }] } }]
52
+ [{"$match": { "$and": [{"operationType": "insert"}, {"fullDocument.eventId": 1404 }] } }]
53
53
54
- .. tip:: Additional Examples
54
+ For more examples, see:
55
55
56
- - :ref:`<source-usage-example-custom-pipeline>`
57
- - :ref:`<source-usage-example-multiple-sources>`
56
+ - :ref:`<source-usage-example-custom-pipeline>`
57
+ - :ref:`<source-usage-example-multiple-sources>`
58
58
59
59
| **Default**: ``"[]"``
60
60
| **Accepted Values**: Valid aggregation pipeline stage
@@ -75,11 +75,10 @@ Settings
75
75
| The ``required`` setting returns the updated document and
76
76
raises an error if it is not available.
77
77
78
- .. tip::
79
-
80
- For more information on how this change stream option works, see
81
- the MongoDB server manual guide on :manual:`Lookup Full Document for
82
- Update Operations </changeStreams/#lookup-full-document-for-update-operations>`.
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.
83
82
84
83
|
85
84
| **Default**: ``""``
@@ -94,11 +93,9 @@ Settings
94
93
published while copying existing data, and the pre-image configuration
95
94
has no effect on copying.
96
95
97
- .. tip::
98
-
99
- To learn how to configure a collection to enable
100
- pre-images, see the :manual:`Server manual entry on pre- and
101
- post-images </changeStreams/#change-streams-with-document-pre--and-post-images>`.
96
+ To learn how to configure a collection to enable
97
+ pre-images, see the :manual:`Change Streams with Document Pre- and Post-Images
98
+ </changeStreams/#change-streams-with-document-pre--and-post-images>` in the MongoDB manual.
102
99
103
100
| The default setting suppresses the document pre-image.
104
101
| The ``whenAvailable`` setting returns the document pre-image if
0 commit comments