MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel 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 MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel : Microsoft.Azure.Management.DataMigration.Models.MigrateMySqlAzureDbForMySqlSyncTaskOutput
[<Newtonsoft.Json.JsonObject("TableLevelOutput")>]
type MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel = class
inherit MigrateMySqlAzureDbForMySqlSyncTaskOutput
Public Class MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel
Inherits MigrateMySqlAzureDbForMySqlSyncTaskOutput
- Inheritance
-
MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel() |
Initializes a new instance of the MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel class. |
MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel(String, String, String, String, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int64>, String, Nullable<Int64>, Nullable<Int64>, Nullable<DateTimeOffset>) |
Initializes a new instance of the MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel 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 MigrateMySqlAzureDbForMySqlSyncTaskOutput) |
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 |