Migrate Sql Server Sql Db Sync Database Input Response
data class MigrateSqlServerSqlDbSyncDatabaseInputResponse(val id: String? = null, val migrationSetting: Map<String, String>? = null, val name: String? = null, val schemaName: String? = null, val sourceSetting: Map<String, String>? = null, val tableMap: Map<String, String>? = null, val targetDatabaseName: String? = null, val targetSetting: Map<String, String>? = null)
Database specific information for SQL to Azure SQL DB sync migration task inputs
Properties
Link copied to clipboard
Migration settings which tune the migration behavior
Link copied to clipboard
Schema name to be migrated
Link copied to clipboard
Source settings to tune source endpoint migration behavior
Link copied to clipboard
Target database name
Link copied to clipboard
Target settings to tune target endpoint migration behavior