NonSqlMigrationTaskOutput interface
Base class for non sql migration task output
Properties
data |
Results of the migration. The key contains the table name and the value the table result object 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. |
id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
progress |
Message about the progress of the migration NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Name of source server 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. |
status | Current state of migration. Possible values include: 'Default', 'Connecting', 'SourceAndTargetSelected', 'SelectLogins', 'Configured', 'Running', 'Error', 'Stopped', 'Completed', 'CompletedWithWarnings' NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Name of target server NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
dataMigrationTableResults
Results of the migration. The key contains the table name and the value the table result object NOTE: This property will not be serialized. It can only be populated by the server.
dataMigrationTableResults?: {[propertyName: string]: NonSqlDataMigrationTableResult}
Property Value
{[propertyName: string]: NonSqlDataMigrationTableResult}
endedOn
Migration end time NOTE: This property will not be serialized. It can only be populated by the server.
endedOn?: Date
Property Value
Date
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
progressMessage
Message about the progress of the migration NOTE: This property will not be serialized. It can only be populated by the server.
progressMessage?: string
Property Value
string
sourceServerName
Name of source server NOTE: This property will not be serialized. It can only be populated by the server.
sourceServerName?: string
Property Value
string
startedOn
Migration start time NOTE: This property will not be serialized. It can only be populated by the server.
startedOn?: Date
Property Value
Date
status
Current state of migration. Possible values include: 'Default', 'Connecting', 'SourceAndTargetSelected', 'SelectLogins', 'Configured', 'Running', 'Error', 'Stopped', 'Completed', 'CompletedWithWarnings' NOTE: This property will not be serialized. It can only be populated by the server.
status?: MigrationStatus
Property Value
targetServerName
Name of target server NOTE: This property will not be serialized. It can only be populated by the server.
targetServerName?: string
Property Value
string