Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NonSqlMigrationTaskOutput

Package version

Base class for non sql migration task output

Hierarchy

  • NonSqlMigrationTaskOutput

Index

Properties

Optional dataMigrationTableResults

dataMigrationTableResults: undefined | object

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.

Optional endedOn

endedOn: Date

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

Optional id

id: undefined | string

Result identifier NOTE: This property will not be serialized. It can only be populated by the server.

Optional progressMessage

progressMessage: undefined | string

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

Optional sourceServerName

sourceServerName: undefined | string

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

Optional startedOn

startedOn: Date

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

Optional 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.

Optional targetServerName

targetServerName: undefined | string

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

Generated using TypeDoc