File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
source/reference/operator/aggregation Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ Definition
24
24
$changeStream: {
25
25
allChangesForCluster: <boolean>,
26
26
fullDocument: <string>,
27
- fullDocumentBeforeChange: <string>,
28
27
resumeAfter: <int>
29
28
startAfter: <document>
30
29
startAtOperationTime: <timestamp>
@@ -55,16 +54,6 @@ Definition
55
54
In the case of partial updates, the change notification also
56
55
provides a description of the change.
57
56
58
- * - ``fullDocumentBeforeChange``
59
- - Include the full document from before the change.
60
- This field accepts the following values:
61
-
62
- * ``off``: Disables inclusion of the document from before the change.
63
- * ``whenAvailable``: Includes document from before the change.
64
- The query does not fail if the unmodified document is not available.
65
- * ``required``: Includes document from before the change. The query
66
- fails if the unmodified document is not available.
67
-
68
57
* - ``resumeAfter``
69
58
- Specifies a resume token as the logical starting point for
70
59
the change stream. Cannot be used with ``startAfter`` or
@@ -118,4 +107,3 @@ event notification. For example:
118
107
119
108
For more information on change stream notifications, see :ref:`Change Events
120
109
<change-events>`
121
-
You can’t perform that action at this time.
0 commit comments