NonSqlMigrationTaskOutput interface

Base class for non sql migration task output

Properties

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.

endedOn

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.

progressMessage

Message about the progress of the migration NOTE: This property will not be serialized. It can only be populated by the server.

sourceServerName

Name of source server NOTE: This property will not be serialized. It can only be populated by the server.

startedOn

Migration start time NOTE: This property will not be serialized. It can only be populated by the server.

status

Current state of migration NOTE: This property will not be serialized. It can only be populated by the server.

targetServerName

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?: 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

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 NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

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