summaryrefslogtreecommitdiff
path: root/src/mongo/s/request_types
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2022-01-24 20:10:27 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-24 21:24:12 +0000
commit2d23c2650eee84f5bcbb9bef5acdad4a583d488b (patch)
tree1d5d632b12e088b2b06e97f043eda0ea9527c2fb /src/mongo/s/request_types
parentba25336add6ed39d8a5dc3d0371e3e34730aa83d (diff)
downloadmongo-2d23c2650eee84f5bcbb9bef5acdad4a583d488b.tar.gz
SERVER-62454 Add `collectionUUID` parameter to `shardCollection` command
Diffstat (limited to 'src/mongo/s/request_types')
-rw-r--r--src/mongo/s/request_types/sharded_ddl_commands.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/s/request_types/sharded_ddl_commands.idl b/src/mongo/s/request_types/sharded_ddl_commands.idl
index 564a5849800..77e851fdf1d 100644
--- a/src/mongo/s/request_types/sharded_ddl_commands.idl
+++ b/src/mongo/s/request_types/sharded_ddl_commands.idl
@@ -127,6 +127,10 @@ structs:
type: object_owned
description: "The collation to use for the shard key index."
optional: true
+ collectionUUID:
+ type: uuid
+ description: "The expected UUID of the collection."
+ optional: true
CreateCollectionResponse:
description: "Response of the create collection command"