Compare CRUD spec:
https://github.com/mongodb/specifications/blob/master/source/crud/crud.rst
class AggregateOptions { // <snip> batchSize: Optional<Int32>; }
- related to
-
CDRIVER-317 mongoc_collection_aggregate should support non-zero batchSize
- Closed