summaryrefslogtreecommitdiff
path: root/src/mongo/db/serverless/shard_split_commands.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/serverless/shard_split_commands.idl')
-rw-r--r--src/mongo/db/serverless/shard_split_commands.idl9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mongo/db/serverless/shard_split_commands.idl b/src/mongo/db/serverless/shard_split_commands.idl
index dbd0dae05a7..f7aa6b1cf98 100644
--- a/src/mongo/db/serverless/shard_split_commands.idl
+++ b/src/mongo/db/serverless/shard_split_commands.idl
@@ -59,11 +59,12 @@ commands:
migrationId:
description: "Unique identifier for the shard split operation."
type: uuid
- recipientConnectionString:
- description: "The connection string for the recipient slice."
+ recipientSetName:
+ description: "The replica set name for the recipient."
+ type: string
+ recipientTagName:
+ description: "The replica set tag that identifies recipient nodes."
type: string
- validator:
- callback: "tenant_migration_util::validateConnectionString"
tenantIds:
description: "The identifier for the list of tenants being migrated."
type: array<string>