MigrateSqlServerSqlDbSyncTaskOutputTableLevel 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 MigrateSqlServerSqlDbSyncTaskOutputTableLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateSqlServerSqlDbSyncTaskOutput
[<Newtonsoft.Json.JsonObject("TableLevelOutput")>]
type MigrateSqlServerSqlDbSyncTaskOutputTableLevel = class
inherit MigrateSqlServerSqlDbSyncTaskOutput
Public Class MigrateSqlServerSqlDbSyncTaskOutputTableLevel
Inherits MigrateSqlServerSqlDbSyncTaskOutput
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateSqlServerSqlDbSyncTaskOutputTableLevel() |
Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskOutputTableLevel class. |
MigrateSqlServerSqlDbSyncTaskOutputTableLevel(String, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int64>, String, Nullable<Int64>, Nullable<Int64>, Nullable<DateTimeOffset>) |
Initializes a new instance of the MigrateSqlServerSqlDbSyncTaskOutputTableLevel class. |
Properties
CdcDeleteCounter |
Gets number of applied deletes |
CdcInsertCounter |
Gets number of applied inserts |
CdcUpdateCounter |
Gets number of applied updates |
DatabaseName |
Gets name of the database |
DataErrorsCounter |
Gets number of data errors occurred |
FullLoadEndedOn |
Gets full load end time |
FullLoadEstFinishTime |
Gets estimate to finish full load |
FullLoadStartedOn |
Gets full load start time |
FullLoadTotalRows |
Gets number of rows applied in full load |
Id |
Gets result identifier (Inherited from MigrateSqlServerSqlDbSyncTaskOutput) |
LastModifiedTime |
Gets last modified time on target |
State |
Gets current state of the table migration Possible values include: 'BEFORE_LOAD', 'FULL_LOAD', 'COMPLETED', 'CANCELED', 'ERROR', 'FAILED' |
TableName |
Gets name of the table |
TotalChangesApplied |
Gets total number of applied changes |