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