We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
retryWrites
CommandOperationOptions
1 parent a6eca88 commit 620972dCopy full SHA for 620972d
1 file changed
src/operations/command.ts
@@ -53,7 +53,11 @@ export interface CommandOperationOptions
53
* In server versions 4.4 and above, 'comment' can be any valid BSON type.
54
*/
55
comment?: unknown;
56
- /** Should retry failed writes */
+ /**
57
+ * @deprecated
58
+ * This option is deprecated and will be removed in a future release as it is not used
59
+ * in the driver. Use MongoClientOptions or connection string parameters instead.
60
+ * */
61
retryWrites?: boolean;
62
63
// Admin command overrides.
0 commit comments