MigrateSqlServerSqlMITaskOutputDatabaseLevel interface
An interface representing MigrateSqlServerSqlMITaskOutputDatabaseLevel.
Properties
database |
Name of the database NOTE: This property will not be serialized. It can only be populated by the server. |
ended |
Migration end time NOTE: This property will not be serialized. It can only be populated by the server. |
exceptions |
Migration exceptions and warnings NOTE: This property will not be serialized. It can only be populated by the server. |
id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
message | Migration progress message NOTE: This property will not be serialized. It can only be populated by the server. |
result |
Polymorphic Discriminator |
sizeMB | Size of the database in megabytes NOTE: This property will not be serialized. It can only be populated by the server. |
stage | Current stage of migration. Possible values include: 'None', 'Initialize', 'Backup', 'FileCopy', 'Restore', 'Completed' NOTE: This property will not be serialized. It can only be populated by the server. |
started |
Migration start time NOTE: This property will not be serialized. It can only be populated by the server. |
state | Current state of migration. Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
databaseName
Name of the database NOTE: This property will not be serialized. It can only be populated by the server.
databaseName?: string
Property Value
string
endedOn
Migration end time NOTE: This property will not be serialized. It can only be populated by the server.
endedOn?: Date
Property Value
Date
exceptionsAndWarnings
Migration exceptions and warnings NOTE: This property will not be serialized. It can only be populated by the server.
exceptionsAndWarnings?: ReportableException[]
Property Value
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
message
Migration progress message NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
resultType
Polymorphic Discriminator
resultType: "DatabaseLevelOutput"
Property Value
"DatabaseLevelOutput"
sizeMB
Size of the database in megabytes NOTE: This property will not be serialized. It can only be populated by the server.
sizeMB?: number
Property Value
number
stage
Current stage of migration. Possible values include: 'None', 'Initialize', 'Backup', 'FileCopy', 'Restore', 'Completed' NOTE: This property will not be serialized. It can only be populated by the server.
stage?: DatabaseMigrationStage
Property Value
startedOn
Migration start time NOTE: This property will not be serialized. It can only be populated by the server.
startedOn?: Date
Property Value
Date
state
Current state of migration. Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' NOTE: This property will not be serialized. It can only be populated by the server.
state?: MigrationState