Skip to content

Commit eae3670

Browse files
committed
Merge pull request #476
2 parents c7197d1 + 4ba5700 commit eae3670

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

source/includes/apiargs-MongoDBCollection-method-watch-option.yaml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
source:
2-
file: apiargs-MongoDBCollection-method-aggregate-option.yaml
3-
ref: batchSize
1+
---
2+
arg_name: option
3+
name: batchSize
4+
type: integer
5+
description: |
6+
Specifies the maximum number of change events to return in each batch of the
7+
response from the MongoDB cluster.
8+
interface: phpmethod
9+
operation: ~
10+
optional: true
411
---
512
source:
613
file: apiargs-MongoDBCollection-common-option.yaml
@@ -18,6 +25,10 @@ description: |
1825
1926
- ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_DEFAULT`` (*default*)
2027
- ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_UPDATE_LOOKUP``
28+
29+
.. note::
30+
31+
This is an option of the `$changeStream` pipeline stage.
2132
interface: phpmethod
2233
operation: ~
2334
optional: true
@@ -45,7 +56,9 @@ type: array|object
4556
description: |
4657
Specifies the logical starting point for the new change stream.
4758
48-
Note this is an option of the '$changeStream' pipeline stage.
59+
.. note::
60+
61+
This is an option of the `$changeStream` pipeline stage.
4962
interface: phpmethod
5063
operation: ~
5164
optional: true

0 commit comments

Comments
 (0)