-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 0.1.0
-
Component/s: None
-
None
From the CRUD spec:
/** * Indicates whether the command will request that the server provide results using a cursor. The default is true. * * For servers < 2.6, this option is ignored as aggregation cursors are not available. * For servers >= 2.6, this option allows users to turn off cursors if necessary to aid in mongod/mongos upgrades. * * @see http://docs.mongodb.org/manual/reference/command/aggregate/ */ useCursor: Boolean;