File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,12 @@ The following table describes some methods you can use to customize the
113
113
- Description
114
114
115
115
* - ``batchSize()``
116
- - | Sets the number of documents to return per batch.
116
+ - | Sets the number of documents to return per batch. By default, returns an initial batch size
117
+ of ``101`` documents and a maximum size of 16 mebibytes (MiB) for each subsequent batch.
118
+ This option can enforce a smaller limit than 16 MiB, but not a larger one.
119
+
120
+ | A ``batchSize`` of ``0`` means that the cursor will be established, but no documents
121
+ will be returned in the first batch.
117
122
118
123
* - ``collation()``
119
124
- | Specifies the kind of language collation to use when sorting
You can’t perform that action at this time.
0 commit comments