summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/create.idl')
-rw-r--r--src/mongo/db/commands/create.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/commands/create.idl b/src/mongo/db/commands/create.idl
index 09f426e5dc7..a413db7a150 100644
--- a/src/mongo/db/commands/create.idl
+++ b/src/mongo/db/commands/create.idl
@@ -107,6 +107,11 @@ commands:
description: "A document that expresses the write concern for the operation."
type: object
optional: true
+ recordPreImages:
+ description: "Sets whether updates/deletes should store the pre-image of the
+ document in the oplog"
+ type: safeBool
+ optional: true
temp:
description: "DEPRECATED"
type: safeBool