Migrate Postgre Sql Azure Db For Postgre Sql Sync Database Input Response
data class MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputResponse(val id: String, val migrationSetting: Any? = null, val name: String? = null, val selectedTables: List<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputResponse>? = null, val sourceSetting: Map<String, String>? = null, val targetDatabaseName: String? = null, val targetSetting: Map<String, String>? = null)
Database specific information for PostgreSQL to Azure Database for PostgreSQL migration task inputs
Properties
Link copied to clipboard
Migration settings which tune the migration behavior
Link copied to clipboard
val selectedTables: List<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputResponse>? = null
Tables selected for migration
Link copied to clipboard
Source settings to tune source endpoint migration behavior
Link copied to clipboard
Name of target database. Note: Target database will be truncated before starting migration.
Link copied to clipboard
Target settings to tune target endpoint migration behavior