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> }


Discussion

No Comment Found