MigrateSqlServerSqlDbTaskOutputDatabaseLevel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Newtonsoft.Json.JsonObject("DatabaseLevelOutput")]
public class MigrateSqlServerSqlDbTaskOutputDatabaseLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbTaskOutput
[<Newtonsoft.Json.JsonObject("DatabaseLevelOutput")>]
type MigrateSqlServerSqlDbTaskOutputDatabaseLevel = class
inherit MigrateSqlServerSqlDbTaskOutput
Public Class MigrateSqlServerSqlDbTaskOutputDatabaseLevel
Inherits MigrateSqlServerSqlDbTaskOutput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateSqlServerSqlDbTaskOutputDatabaseLevel() |
Initializes a new instance of the MigrateSqlServerSqlDbTaskOutputDatabaseLevel class. |
MigrateSqlServerSqlDbTaskOutputDatabaseLevel(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String, String, IList<ReportableException>, IDictionary<String,DataItemMigrationSummaryResult>) |
Initializes a new instance of the MigrateSqlServerSqlDbTaskOutputDatabaseLevel class. |
Properties
DatabaseName |
Gets name of the item |
EndedOn |
Gets migration end time |
ErrorCount |
Gets number of database/object errors. |
ErrorPrefix |
Gets wildcard string prefix to use for querying all errors of the item |
ExceptionsAndWarnings |
Gets migration exceptions and warnings. |
Id |
Gets result identifier (Inherited from MigrateSqlServerSqlDbTaskOutput) |
Message |
Gets migration progress message |
NumberOfObjects |
Gets number of objects |
NumberOfObjectsCompleted |
Gets number of successfully completed objects |
ObjectSummary |
Gets summary of object results in the migration |
ResultPrefix |
Gets wildcard string prefix to use for querying all sub-tem results of the item |
Stage |
Gets migration stage that this database is in Possible values include: 'None', 'Initialize', 'Backup', 'FileCopy', 'Restore', 'Completed' |
StartedOn |
Gets migration start time |
State |
Gets current state of migration Possible values include: 'None', 'InProgress', 'Failed', 'Warning', 'Completed', 'Skipped', 'Stopped' |
StatusMessage |
Gets status message |