Syntax for specifying an initial batch size for the cursor is ________________
(a) cursor: { batchSize: <string> }
(b) cursor: { batchSize: <int> }
(c) cur: { batchSize: <int> }
(d) none of the mentioned
I had been asked this question in a job interview.
My question is based upon Aggregation Pipeline topic in section Aggregation Concepts and Aggregation Mechanics of MongoDB