Migrate Sql Server Sql MISync Task Output Migration Level Response
data class MigrateSqlServerSqlMISyncTaskOutputMigrationLevelResponse(val databaseCount: Int, val databaseErrorCount: Int, val endedOn: String, val id: String, val resultType: String, val sourceServerBrandVersion: String, val sourceServerName: String, val sourceServerVersion: String, val startedOn: String, val state: String, val targetServerBrandVersion: String, val targetServerName: String, val targetServerVersion: String)
Constructors
Link copied to clipboard
constructor(databaseCount: Int, databaseErrorCount: Int, endedOn: String, id: String, resultType: String, sourceServerBrandVersion: String, sourceServerName: String, sourceServerVersion: String, startedOn: String, state: String, targetServerBrandVersion: String, targetServerName: String, targetServerVersion: String)
Properties
Link copied to clipboard
Count of databases
Link copied to clipboard
Number of database level errors
Link copied to clipboard
Result type Expected value is 'MigrationLevelOutput'.
Link copied to clipboard
Source server brand version
Link copied to clipboard
Source server name
Link copied to clipboard
Source server version
Link copied to clipboard
Target server brand version
Link copied to clipboard
Target server name
Link copied to clipboard
Target server version