Migrate Sql Server Sql Db Task Output Database Level Response
data class MigrateSqlServerSqlDbTaskOutputDatabaseLevelResponse(val databaseName: String, val endedOn: String, val errorCount: Double, val errorPrefix: String, val exceptionsAndWarnings: List<ReportableExceptionResponse>, val id: String, val message: String, val numberOfObjects: Double, val numberOfObjectsCompleted: Double, val objectSummary: Map<String, DataItemMigrationSummaryResultResponse>, val resultPrefix: String, val resultType: String, val stage: String, val startedOn: String, val state: String, val statusMessage: String)
Database level result for Sql Server to Azure Sql DB migration.
Constructors
Link copied to clipboard
constructor(databaseName: String, endedOn: String, errorCount: Double, errorPrefix: String, exceptionsAndWarnings: List<ReportableExceptionResponse>, id: String, message: String, numberOfObjects: Double, numberOfObjectsCompleted: Double, objectSummary: Map<String, DataItemMigrationSummaryResultResponse>, resultPrefix: String, resultType: String, stage: String, startedOn: String, state: String, statusMessage: String)
Properties
Link copied to clipboard
Name of the item
Link copied to clipboard
Number of database/object errors.
Link copied to clipboard
Wildcard string prefix to use for querying all errors of the item
Link copied to clipboard
Migration exceptions and warnings.
Link copied to clipboard
Number of objects
Link copied to clipboard
Number of successfully completed objects
Link copied to clipboard
Summary of object results in the migration
Link copied to clipboard
Wildcard string prefix to use for querying all sub-tem results of the item
Link copied to clipboard
Result type Expected value is 'DatabaseLevelOutput'.
Link copied to clipboard
Status message