Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MigrateSqlServerSqlDbTaskOutputTableLevel

Package version

An interface representing MigrateSqlServerSqlDbTaskOutputTableLevel.

Hierarchy

  • MigrateSqlServerSqlDbTaskOutputTableLevel

Index

Properties

Optional endedOn

endedOn: Date

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

Optional errorPrefix

errorPrefix: undefined | string

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.

Optional id

id: undefined | string

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

Optional itemsCompletedCount

itemsCompletedCount: undefined | number

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

Optional itemsCount

itemsCount: undefined | number

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

Optional objectName

objectName: undefined | string

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

Optional resultPrefix

resultPrefix: undefined | string

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

resultType: "TableLevelOutput"

Polymorphic Discriminator

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 statusMessage

statusMessage: undefined | string

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

Generated using TypeDoc