Changes
This commit is contained in:
1
node_modules/mongodb/lib/cursor.js
generated
vendored
1
node_modules/mongodb/lib/cursor.js
generated
vendored
@@ -81,7 +81,6 @@ const fields = ['numberOfRetries', 'tailableRetryInterval'];
|
||||
* collection.find({}).filter({a:1}) // Set query on the cursor
|
||||
* collection.find({}).comment('add a comment') // Add a comment to the query, allowing to correlate queries
|
||||
* collection.find({}).addCursorFlag('tailable', true) // Set cursor as tailable
|
||||
* collection.find({}).addCursorFlag('oplogReplay', true) // Set cursor as oplogReplay
|
||||
* collection.find({}).addCursorFlag('noCursorTimeout', true) // Set cursor as noCursorTimeout
|
||||
* collection.find({}).addCursorFlag('awaitData', true) // Set cursor as awaitData
|
||||
* collection.find({}).addCursorFlag('partial', true) // Set cursor as partial
|
||||
|
||||
Reference in New Issue
Block a user