Migrate Postgre Sql Azure Db For Postgre Sql Sync Database Input Response
data class MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputResponse(val migrationSetting: Map<String, String>? = 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
Constructors
Link copied to clipboard
fun MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseInputResponse(migrationSetting: Map<String, String>? = null, name: String? = null, selectedTables: List<MigratePostgreSqlAzureDbForPostgreSqlSyncDatabaseTableInputResponse>? = null, sourceSetting: Map<String, String>? = null, targetDatabaseName: String? = null, targetSetting: Map<String, String>? = null)
Types
Properties
Link copied to clipboard