Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MigrateSqlServerSqlMISyncTaskOutputMigrationLevel

Package version

An interface representing MigrateSqlServerSqlMISyncTaskOutputMigrationLevel.

Hierarchy

  • MigrateSqlServerSqlMISyncTaskOutputMigrationLevel

Index

Properties

Optional databaseCount

databaseCount: undefined | number

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

Optional databaseErrorCount

databaseErrorCount: undefined | number

Number of database level errors 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.

resultType

resultType: "MigrationLevelOutput"

Polymorphic Discriminator

Optional sourceServerBrandVersion

sourceServerBrandVersion: undefined | string

Source server brand version NOTE: This property will not be serialized. It can only be populated by the server.

Optional sourceServerName

sourceServerName: undefined | string

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

Optional sourceServerVersion

sourceServerVersion: undefined | string

Source server version 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.

Optional targetServerBrandVersion

targetServerBrandVersion: undefined | string

Target server brand version NOTE: This property will not be serialized. It can only be populated by the server.

Optional targetServerName

targetServerName: undefined | string

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

Optional targetServerVersion

targetServerVersion: undefined | string

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

Generated using TypeDoc