Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/operations/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ export interface CommandOperationOptions
* In server versions 4.4 and above, 'comment' can be any valid BSON type.
*/
comment?: unknown;
/** Should retry failed writes */
/**
* @deprecated
* This option is deprecated and will be removed in a future release as it is not used
* in the driver. Use MongoClientOptions or connection string parameters instead.
* */
retryWrites?: boolean;

// Admin command overrides.
Expand Down