summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mongo/db/catalog/commit_quorum.idl8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/commit_quorum.idl b/src/mongo/db/catalog/commit_quorum.idl
index a7a03c07f7d..2a67a22fdef 100644
--- a/src/mongo/db/catalog/commit_quorum.idl
+++ b/src/mongo/db/catalog/commit_quorum.idl
@@ -33,7 +33,13 @@ global:
types:
CommitQuorum:
- bson_serialization_type: any
+ # Union of string and safeInt.
+ bson_serialization_type:
+ - long
+ - int
+ - decimal
+ - double
+ - string
description: "CommitQuorumOptions defines the required quorum for the index builds to
commit."
cpp_type: "mongo::CommitQuorumOptions"