summaryrefslogtreecommitdiff
path: root/src/mongo/db/serverless/shard_split_state_machine.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/serverless/shard_split_state_machine.idl')
-rw-r--r--src/mongo/db/serverless/shard_split_state_machine.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mongo/db/serverless/shard_split_state_machine.idl b/src/mongo/db/serverless/shard_split_state_machine.idl
index 81cef079bff..8aa65017c1b 100644
--- a/src/mongo/db/serverless/shard_split_state_machine.idl
+++ b/src/mongo/db/serverless/shard_split_state_machine.idl
@@ -61,6 +61,12 @@ structs:
type: string
description: "The replica set tag that identifies recipient nodes."
optional: true
+ recipientConnectionString:
+ type: connection_string
+ description: >-
+ The connection string generated by the donor which it uses to
+ monitor the recipient for split acceptance.
+ optional: true
tenantIds:
type: array<string>
optional: true