MCQOPTIONS
Saved Bookmarks
| 1. |
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 |
| Answer» C. cur: { batchSize: <int> } | |