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
/** Returns an error if the collection does not exist */
66
-
strict?: boolean;
67
65
/** Create a capped collection */
68
66
capped?: boolean;
69
67
/** @deprecated Create an index on the _id field of the document. This option is deprecated in MongoDB 3.2+ and will be removed once no longer supported by the server. */
0 commit comments