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
/** Allow driver to bypass schema validation in MongoDB 3.2 or higher. */
41
+
/** Allow driver to bypass schema validation. */
42
42
bypassDocumentValidation?: boolean;
43
43
/** An optional hint for query optimization. See the {@link https://www.mongodb.com/docs/manual/reference/command/update/#update-command-hint|update command} reference for more information.*/
/** Optional list of array filters referenced in filtered positional operators */
65
65
arrayFilters?: Document[];
66
-
/** Allow driver to bypass schema validation in MongoDB 3.2 or higher. */
66
+
/** Allow driver to bypass schema validation. */
67
67
bypassDocumentValidation?: boolean;
68
68
/** An optional hint for query optimization. See the {@link https://www.mongodb.com/docs/manual/reference/command/update/#update-command-hint|update command} reference for more information.*/
0 commit comments