MigrateSqlServerSqlDbTaskOutputTableLevel 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("TableLevelOutput")]
public class MigrateSqlServerSqlDbTaskOutputTableLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbTaskOutput
[<Newtonsoft.Json.JsonObject("TableLevelOutput")>]
type MigrateSqlServerSqlDbTaskOutputTableLevel = class
inherit MigrateSqlServerSqlDbTaskOutput
Public Class MigrateSqlServerSqlDbTaskOutputTableLevel
Inherits MigrateSqlServerSqlDbTaskOutput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateSqlServerSqlDbTaskOutputTableLevel() |
Initializes a new instance of the MigrateSqlServerSqlDbTaskOutputTableLevel class. |
MigrateSqlServerSqlDbTaskOutputTableLevel(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, Nullable<Int64>, Nullable<Int64>, String, String) |
Initializes a new instance of the MigrateSqlServerSqlDbTaskOutputTableLevel class. |
Properties
EndedOn |
Gets migration end time |
ErrorPrefix |
Gets wildcard string prefix to use for querying all errors of the item |
Id |
Gets result identifier (Inherited from MigrateSqlServerSqlDbTaskOutput) |
ItemsCompletedCount |
Gets number of successfully completed items |
ItemsCount |
Gets number of items |
ObjectName |
Gets name of the item |
ResultPrefix |
Gets wildcard string prefix to use for querying all sub-tem results of the item |
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 |