Skip to content

Commit a63c870

Browse files
(DOCS-15662): Remove mention of fullDocumentBeforeChange parameter (#1946)
1 parent 8cff8d6 commit a63c870

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

source/reference/operator/aggregation/changeStream.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Definition
2626
$changeStream: {
2727
allChangesForCluster: <boolean>,
2828
fullDocument: <string>,
29-
fullDocumentBeforeChange: <string>,
3029
resumeAfter: <int>
3130
startAfter: <document>
3231
startAtOperationTime: <timestamp>
@@ -57,16 +56,6 @@ Definition
5756
In the case of partial updates, the change notification also
5857
provides a description of the change.
5958

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-
7059
* - ``resumeAfter``
7160
- Specifies a resume token as the logical starting point for
7261
the change stream. Cannot be used with ``startAfter`` or

0 commit comments

Comments
 (0)