MigrateSqlServerSqlDbDatabaseInputResponse

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

Database specific information for SQL to Azure SQL DB migration task inputs

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to set database read only before migration

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.