MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel interface
Output for the task that migrates Schema for SQL Server databases to Azure SQL databases
- Extends
Properties
database |
Prefix string to use for querying errors for this database NOTE: This property will not be serialized. It can only be populated by the server. |
database |
The 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. |
file |
Identifier for the file resource containing the schema of this database NOTE: This property will not be serialized. It can only be populated by the server. |
number |
Number of failed operations for this database NOTE: This property will not be serialized. It can only be populated by the server. |
number |
Number of successful operations for this database 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 |
schema |
Prefix string to use for querying schema errors for this database NOTE: This property will not be serialized. It can only be populated by the server. |
stage | Schema migration stage for this database 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 | State of the schema migration for this database 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
databaseErrorResultPrefix
Prefix string to use for querying errors for this database NOTE: This property will not be serialized. It can only be populated by the server.
databaseErrorResultPrefix?: string
Property Value
string
databaseName
The 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
fileId
Identifier for the file resource containing the schema of this database NOTE: This property will not be serialized. It can only be populated by the server.
fileId?: string
Property Value
string
numberOfFailedOperations
Number of failed operations for this database NOTE: This property will not be serialized. It can only be populated by the server.
numberOfFailedOperations?: number
Property Value
number
numberOfSuccessfulOperations
Number of successful operations for this database NOTE: This property will not be serialized. It can only be populated by the server.
numberOfSuccessfulOperations?: number
Property Value
number
resultType
Polymorphic discriminator, which specifies the different types this object can be
resultType: "DatabaseLevelOutput"
Property Value
"DatabaseLevelOutput"
schemaErrorResultPrefix
Prefix string to use for querying schema errors for this database NOTE: This property will not be serialized. It can only be populated by the server.
schemaErrorResultPrefix?: string
Property Value
string
stage
Schema migration stage for this database 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
State of the schema migration for this database NOTE: This property will not be serialized. It can only be populated by the server.
state?: 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 MigrateSchemaSqlServerSqlDbTaskOutput.id
Azure SDK for JavaScript