MigrateSqlServerSqlDbTaskOutputTableLevel interface
An interface representing MigrateSqlServerSqlDbTaskOutputTableLevel.
Properties
ended |
Migration end time NOTE: This property will not be serialized. It can only be populated by the server. |
error |
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. |
id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
items |
Number of successfully completed items NOTE: This property will not be serialized. It can only be populated by the server. |
items |
Number of items NOTE: This property will not be serialized. It can only be populated by the server. |
object |
Name of the item NOTE: This property will not be serialized. It can only be populated by the server. |
result |
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. |
result |
Polymorphic Discriminator |
started |
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. |
status |
Status message NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endedOn
Migration end time NOTE: This property will not be serialized. It can only be populated by the server.
endedOn?: Date
Property Value
Date
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
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
itemsCompletedCount
Number of successfully completed items NOTE: This property will not be serialized. It can only be populated by the server.
itemsCompletedCount?: number
Property Value
number
itemsCount
Number of items NOTE: This property will not be serialized. It can only be populated by the server.
itemsCount?: number
Property Value
number
objectName
Name of the item NOTE: This property will not be serialized. It can only be populated by the server.
objectName?: string
Property Value
string
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: "TableLevelOutput"
Property Value
"TableLevelOutput"
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