MigrateSqlServerSqlMISyncTaskOutputMigrationLevel interface

An interface representing MigrateSqlServerSqlMISyncTaskOutputMigrationLevel.

Properties

databaseCount

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

databaseErrorCount

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

resultType

Polymorphic Discriminator

sourceServerBrandVersion

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

sourceServerName

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

sourceServerVersion

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

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.

targetServerBrandVersion

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

targetServerName

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

targetServerVersion

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

Property Details

databaseCount

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

databaseCount?: number

Property Value

number

databaseErrorCount

Number of database level errors NOTE: This property will not be serialized. It can only be populated by the server.

databaseErrorCount?: number

Property Value

number

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

resultType

Polymorphic Discriminator

resultType: "MigrationLevelOutput"

Property Value

"MigrationLevelOutput"

sourceServerBrandVersion

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

sourceServerBrandVersion?: string

Property Value

string

sourceServerName

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

sourceServerName?: string

Property Value

string

sourceServerVersion

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

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

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.

state?: MigrationState

Property Value

targetServerBrandVersion

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

targetServerBrandVersion?: string

Property Value

string

targetServerName

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

targetServerName?: string

Property Value

string

targetServerVersion

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

targetServerVersion?: string

Property Value

string