MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel interface
An interface representing MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel.
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. |
id | Result identifier 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 |
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. Possible values include: 'NotStarted', 'ValidatingInputs', 'CollectingObjects', 'DownloadingScript', 'GeneratingScript', 'UploadingScript', 'DeployingSchema', 'Completed', 'CompletedWithWarnings', 'Failed' 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. 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. |
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
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: 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
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. Possible values include: 'NotStarted', 'ValidatingInputs', 'CollectingObjects', 'DownloadingScript', 'GeneratingScript', 'UploadingScript', 'DeployingSchema', 'Completed', 'CompletedWithWarnings', 'Failed' NOTE: This property will not be serialized. It can only be populated by the server.
stage?: SchemaMigrationStage
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
State of the schema migration for this database. 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