MigrateMySqlAzureDbForMySqlOfflineDatabaseInputResponse

data class MigrateMySqlAzureDbForMySqlOfflineDatabaseInputResponse(val name: String? = null, val tableMap: Map<String, String>? = null, val targetDatabaseName: String? = null)

Database specific information for offline MySQL to Azure Database for MySQL migration task inputs

Constructors

constructor(name: String? = null, tableMap: Map<String, String>? = null, targetDatabaseName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of the database

Link copied to clipboard
val tableMap: Map<String, String>? = null

Mapping of source to target tables

Link copied to clipboard

Name of target database. Note: Target database will be truncated before starting migration.