We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5965b7e commit ae96f31Copy full SHA for ae96f31
docs/includes/apiargs-MongoDBCollection-method-watch-option.yaml
@@ -18,6 +18,10 @@ description: |
18
19
- ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_DEFAULT`` (*default*)
20
- ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_UPDATE_LOOKUP``
21
+
22
+ .. note::
23
24
+ This is an option of the `$changeStream` pipeline stage.
25
interface: phpmethod
26
operation: ~
27
optional: true
@@ -45,7 +49,9 @@ type: array|object
45
49
description: |
46
50
Specifies the logical starting point for the new change stream.
47
51
48
- Note this is an option of the '$changeStream' pipeline stage.
52
53
54
55
56
57
0 commit comments