File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change 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
4
11
---
5
12
source :
6
13
file : apiargs-MongoDBCollection-common-option.yaml
@@ -18,6 +25,10 @@ description: |
18
25
19
26
- ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_DEFAULT`` (*default*)
20
27
- ``MongoDB\Operation\ChangeStream::FULL_DOCUMENT_UPDATE_LOOKUP``
28
+
29
+ .. note::
30
+
31
+ This is an option of the `$changeStream` pipeline stage.
21
32
interface : phpmethod
22
33
operation : ~
23
34
optional : true
@@ -45,7 +56,9 @@ type: array|object
45
56
description : |
46
57
Specifies the logical starting point for the new change stream.
47
58
48
- Note this is an option of the '$changeStream' pipeline stage.
59
+ .. note::
60
+
61
+ This is an option of the `$changeStream` pipeline stage.
49
62
interface : phpmethod
50
63
operation : ~
51
64
optional : true
You can’t perform that action at this time.
0 commit comments