Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MigrateSqlServerSqlMITaskOutputDatabaseLevel

Package version

An interface representing MigrateSqlServerSqlMITaskOutputDatabaseLevel.

Hierarchy

  • MigrateSqlServerSqlMITaskOutputDatabaseLevel

Index

Properties

Optional databaseName

databaseName: undefined | string

Name of the database 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 exceptionsAndWarnings

exceptionsAndWarnings: ReportableException[]

Migration exceptions and warnings 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 message

message: undefined | string

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

resultType

resultType: "DatabaseLevelOutput"

Polymorphic Discriminator

Optional sizeMB

sizeMB: undefined | number

Size of the database in megabytes NOTE: This property will not be serialized. It can only be populated by the server.

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

Optional startedOn

startedOn: Date

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

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

Generated using TypeDoc