summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/type_shard_collection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/type_shard_collection.idl')
-rw-r--r--src/mongo/db/s/type_shard_collection.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mongo/db/s/type_shard_collection.idl b/src/mongo/db/s/type_shard_collection.idl
index 31cc7493c7d..3b86d7c1ca7 100644
--- a/src/mongo/db/s/type_shard_collection.idl
+++ b/src/mongo/db/s/type_shard_collection.idl
@@ -153,6 +153,14 @@ structs:
collection is the temporary resharding collection."
type: TypeCollectionReshardingFields
optional: true
+ maxChunkSizeBytes:
+ type: safeInt64
+ description: "Max chunk size in bytes."
+ optional: true
+ allowAutoSplit:
+ type: bool
+ description: "Specifies whether the auto-splitter should be running or not for this collection."
+ default: true
allowMigrations:
cpp_name: pre50CompatibleAllowMigrations
type: bool