1.

______________ specifies the number of documents to return in each batch of the response from the MongoDB instance.(a) cursor.batchSize(size)(b) cursor.Size(size)(c) cursor.batch(size)(d) all of the mentioned

Answer» Correct option is (a) cursor.batchSize(size)

To elaborate: Specifying 1 or a negative number is analogous to using the limit() method.


Discussion

No Comment Found