summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops')
-rw-r--r--src/mongo/db/ops/write_ops.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/ops/write_ops.idl b/src/mongo/db/ops/write_ops.idl
index 2254f4fcb58..415b50f9ea1 100644
--- a/src/mongo/db/ops/write_ops.idl
+++ b/src/mongo/db/ops/write_ops.idl
@@ -417,6 +417,10 @@ commands:
description: "When true, returns the modified document rather than the original."
type: safeBool
optional: true
+ stmtId:
+ description: "The statement number for this findAndModify operation."
+ type: int
+ optional: true
bypassDocumentValidation:
description: "Enables the operation to bypass document validation. This lets you
write documents that do not meet the validation requirements."