Details
-
Bug
-
Resolution: Won't Do
-
Minor - P4
-
None
-
None
Description
Description
listCollections and listIndexes accept a "cursor" document, which can contain a "batchSize" fields; this is not documented on https://docs.mongodb.com/manual/reference/command/listCollections/ or https://docs.mongodb.com/manual/reference/command/listIndexes/. It is, however, documented in https://github.com/mongodb/specifications/blob/master/source/enumerate-collections.rst and https://github.com/mongodb/specifications/blob/master/source/enumerate-indexes.rst.
The aggregate command also accepts "cursor.batchSize", and that is documented on https://docs.mongodb.com/manual/reference/command/aggregate/.