summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/tenant_migration_donor_cmds.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/tenant_migration_donor_cmds.idl')
-rw-r--r--src/mongo/db/commands/tenant_migration_donor_cmds.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands/tenant_migration_donor_cmds.idl b/src/mongo/db/commands/tenant_migration_donor_cmds.idl
index 43823f99cb2..f81b718cffa 100644
--- a/src/mongo/db/commands/tenant_migration_donor_cmds.idl
+++ b/src/mongo/db/commands/tenant_migration_donor_cmds.idl
@@ -66,12 +66,12 @@ commands:
description: "The URI string that the donor will utilize to create a connection with the recipient."
type: string
validator:
- callback: "validateConnectionString"
+ callback: "tenant_migration_util::validateConnectionString"
tenantId:
description: "The prefix from which the migrating database will be matched. The prefixes 'admin', 'local', 'config', the empty string, are not allowed."
type: string
validator:
- callback: "validateDatabasePrefix"
+ callback: "tenant_migration_util::validateDatabasePrefix"
readPreference:
description: "The read preference settings that the donor will pass on to the recipient."
type: readPreference