@@ -5,12 +5,10 @@ content: |
5
5
the maximum number of change events to return in each response from the
6
6
server.
7
7
8
- .. note::
9
-
10
- Irrespective of the ``batchSize`` option, the initial ``aggregate`` command
11
- response for a change stream generally does not include any documents
12
- unless another option is used to configure its starting point (e.g.
13
- ``startAfter``).
8
+ Irrespective of the ``batchSize`` option, the initial ``aggregate`` command
9
+ response for a change stream generally does not include any documents
10
+ unless another option is used to configure its starting point (e.g.
11
+ ``startAfter``).
14
12
---
15
13
ref : watch-option-fullDocument
16
14
content : |
@@ -37,9 +35,7 @@ content: |
37
35
- ``MongoDB\Operation\Watch::FULL_DOCUMENT_WHEN_AVAILABLE``
38
36
- ``MongoDB\Operation\Watch::FULL_DOCUMENT_REQUIRED``
39
37
40
- .. note::
41
-
42
- This is an option of the ``$changeStream`` pipeline stage.
38
+ This is an option of the ``$changeStream`` pipeline stage.
43
39
---
44
40
ref : watch-option-fullDocumentBeforeChange
45
41
content : |
@@ -57,9 +53,7 @@ content: |
57
53
- ``MongoDB\Operation\Watch::FULL_DOCUMENT_BEFORE_CHANGE_WHEN_AVAILABLE``
58
54
- ``MongoDB\Operation\Watch::FULL_DOCUMENT_BEFORE_CHANGE_REQUIRED``
59
55
60
- .. note::
61
-
62
- This is an option of the ``$changeStream`` pipeline stage.
56
+ This is an option of the ``$changeStream`` pipeline stage.
63
57
64
58
.. versionadded:: 1.13
65
59
---
@@ -77,9 +71,7 @@ content: |
77
71
``startAtOperationTime`` will result in a server error. The options are
78
72
mutually exclusive.
79
73
80
- .. note::
81
-
82
- This is an option of the ``$changeStream`` pipeline stage.
74
+ This is an option of the ``$changeStream`` pipeline stage.
83
75
---
84
76
ref : watch-option-showExpandedEvents
85
77
content : |
@@ -97,9 +89,7 @@ content: |
97
89
This is not supported for server versions prior to 6.0 and will result in an
98
90
exception at execution time if used.
99
91
100
- .. note::
101
-
102
- This is an option of the ``$changeStream`` pipeline stage.
92
+ This is an option of the ``$changeStream`` pipeline stage.
103
93
104
94
.. versionadded:: 1.13
105
95
---
@@ -117,9 +107,7 @@ content: |
117
107
This is not supported for server versions prior to 4.2 and will result in an
118
108
exception at execution time if used.
119
109
120
- .. note::
121
-
122
- This is an option of the ``$changeStream`` pipeline stage.
110
+ This is an option of the ``$changeStream`` pipeline stage.
123
111
124
112
.. versionadded:: 1.5
125
113
---
@@ -137,7 +125,4 @@ content: |
137
125
This is not supported for server versions prior to 4.0 and will result in an
138
126
exception at execution time if used.
139
127
140
- .. note::
141
-
142
- This is an option of the ``$changeStream`` pipeline stage.
143
- ...
128
+ This is an option of the ``$changeStream`` pipeline stage.
0 commit comments