MigrateMySqlAzureDbForMySqlOfflineTaskOutputDatabaseLevel interface
Output for the task that migrates MySQL databases to Azure Database for MySQL for offline migrations
- Extends
Properties
database |
Name of the database NOTE: This property will not be serialized. It can only be populated by the server. |
ended |
Migration end time NOTE: This property will not be serialized. It can only be populated by the server. |
error |
Number of database/object errors. 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. |
exceptions |
Migration exceptions and warnings. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last time the storage was updated 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. |
number |
Number of objects NOTE: This property will not be serialized. It can only be populated by the server. |
number |
Number of successfully completed objects NOTE: This property will not be serialized. It can only be populated by the server. |
object |
Summary of object results in the migration 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, which specifies the different types this object can be |
stage | Migration stage that this database is in NOTE: This property will not be serialized. It can only be populated by the server. |
started |
Migration start time NOTE: This property will not be serialized. It can only be populated by the server. |
state | Current state of migration 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. |
Inherited Properties
id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
databaseName
Name of the database 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
lastStorageUpdate
Last time the storage was updated NOTE: This property will not be serialized. It can only be populated by the server.
lastStorageUpdate?: Date
Property Value
Date
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?: 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, which specifies the different types this object can be
resultType: "DatabaseLevelOutput"
Property Value
"DatabaseLevelOutput"
stage
Migration stage that this database is in NOTE: This property will not be serialized. It can only be populated by the server.
stage?: 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 NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
statusMessage
Status message NOTE: This property will not be serialized. It can only be populated by the server.
statusMessage?: string
Property Value
string
Inherited Property Details
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From MigrateMySqlAzureDbForMySqlOfflineTaskOutput.id
Azure SDK for JavaScript