You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {boolean} [options.bypassDocumentValidation=false] Allow driver to bypass schema validation in MongoDB 3.2 or higher.
1685
1685
* @param {object} [options.collation] Specify collation (MongoDB 3.4 or higher) settings for update operation (see 3.4 documentation for available fields).
1686
+
* @param {string|object} [options.hint] An optional index to use for this operation
1686
1687
* @param {number} [options.maxTimeMS] The maximum amount of time to allow the query to run.
1687
1688
* @param {object} [options.projection] Limits the fields to return for all matching documents.
1688
1689
* @param {object} [options.sort] Determines which document the operation modifies if the query selects multiple documents.
* @param {Array} [options.arrayFilters] optional list of array filters referenced in filtered positional operators
1733
1734
* @param {boolean} [options.bypassDocumentValidation=false] Allow driver to bypass schema validation in MongoDB 3.2 or higher.
1734
1735
* @param {object} [options.collation] Specify collation (MongoDB 3.4 or higher) settings for update operation (see 3.4 documentation for available fields).
1736
+
* @param {string|object} [options.hint] An optional index to use for this operation
1735
1737
* @param {number} [options.maxTimeMS] The maximum amount of time to allow the query to run.
1736
1738
* @param {object} [options.projection] Limits the fields to return for all matching documents.
1737
1739
* @param {object} [options.sort] Determines which document the operation modifies if the query selects multiple documents.
0 commit comments