MigrateSqlServerSqlDbTaskOutputDatabaseLevel interface

An interface representing MigrateSqlServerSqlDbTaskOutputDatabaseLevel.

Properties

databaseName

Name of the item 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.

errorCount

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

errorPrefix

Wildcard string prefix to use for querying all errors of the item NOTE: This property will not be serialized. It can only be populated by the server.

exceptionsAndWarnings

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

message

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

numberOfObjects

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

numberOfObjectsCompleted

Number of successfully completed objects NOTE: This property will not be serialized. It can only be populated by the server.

objectSummary

Summary of object results in the migration NOTE: This property will not be serialized. It can only be populated by the server.

resultPrefix

Wildcard string prefix to use for querying all sub-tem results of the item NOTE: This property will not be serialized. It can only be populated by the server.

resultType

Polymorphic Discriminator

stage

Migration stage that this database is in. Possible values include: 'None', 'Initialize', 'Backup', 'FileCopy', 'Restore', 'Completed' 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.

statusMessage

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

Property Details

databaseName

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

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

errorCount

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

errorCount?: number

Property Value

number

errorPrefix

Wildcard string prefix to use for querying all errors of the item NOTE: This property will not be serialized. It can only be populated by the server.

errorPrefix?: string

Property Value

string

exceptionsAndWarnings

Migration exceptions and warnings. NOTE: This property will not be serialized. It can only be populated by the server.

exceptionsAndWarnings?: ReportableException[]

Property Value

id

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

id?: string

Property Value

string

message

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

message?: string

Property Value

string

numberOfObjects

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

numberOfObjects?: number

Property Value

number

numberOfObjectsCompleted

Number of successfully completed objects NOTE: This property will not be serialized. It can only be populated by the server.

numberOfObjectsCompleted?: number

Property Value

number

objectSummary

Summary of object results in the migration NOTE: This property will not be serialized. It can only be populated by the server.

objectSummary?: {[propertyName: string]: DataItemMigrationSummaryResult}

Property Value

{[propertyName: string]: DataItemMigrationSummaryResult}

resultPrefix

Wildcard string prefix to use for querying all sub-tem results of the item NOTE: This property will not be serialized. It can only be populated by the server.

resultPrefix?: string

Property Value

string

resultType

Polymorphic Discriminator

resultType: "DatabaseLevelOutput"

Property Value

"DatabaseLevelOutput"

stage

Migration stage that this database is in. Possible values include: 'None', 'Initialize', 'Backup', 'FileCopy', 'Restore', 'Completed' NOTE: This property will not be serialized. It can only be populated by the server.

stage?: DatabaseMigrationStage

Property Value

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

statusMessage

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

statusMessage?: string

Property Value

string