Partager via


MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel Constructors

Definition

Overloads

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.

MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel()

Initializes a new instance of the MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel class.

public MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel ();
Public Sub New ()

Applies to

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.

public MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel (string id = default, string tableName = default, string databaseName = default, string cdcInsertCounter = default, string cdcUpdateCounter = default, string cdcDeleteCounter = default, DateTimeOffset? fullLoadEstFinishTime = default, DateTimeOffset? fullLoadStartedOn = default, DateTimeOffset? fullLoadEndedOn = default, long? fullLoadTotalRows = default, string state = default, long? totalChangesApplied = default, long? dataErrorsCounter = default, DateTimeOffset? lastModifiedTime = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel : string * string * string * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int64> * string * Nullable<int64> * Nullable<int64> * Nullable<DateTimeOffset> -> Microsoft.Azure.Management.DataMigration.Models.MigrateMySqlAzureDbForMySqlSyncTaskOutputTableLevel
Public Sub New (Optional id As String = Nothing, Optional tableName As String = Nothing, Optional databaseName As String = Nothing, Optional cdcInsertCounter As String = Nothing, Optional cdcUpdateCounter As String = Nothing, Optional cdcDeleteCounter As String = Nothing, Optional fullLoadEstFinishTime As Nullable(Of DateTimeOffset) = Nothing, Optional fullLoadStartedOn As Nullable(Of DateTimeOffset) = Nothing, Optional fullLoadEndedOn As Nullable(Of DateTimeOffset) = Nothing, Optional fullLoadTotalRows As Nullable(Of Long) = Nothing, Optional state As String = Nothing, Optional totalChangesApplied As Nullable(Of Long) = Nothing, Optional dataErrorsCounter As Nullable(Of Long) = Nothing, Optional lastModifiedTime As Nullable(Of DateTimeOffset) = Nothing)

Parameters

id
String

Result identifier

tableName
String

Name of the table

databaseName
String

Name of the database

cdcInsertCounter
String

Number of applied inserts

cdcUpdateCounter
String

Number of applied updates

cdcDeleteCounter
String

Number of applied deletes

fullLoadEstFinishTime
Nullable<DateTimeOffset>

Estimate to finish full load

fullLoadStartedOn
Nullable<DateTimeOffset>

Full load start time

fullLoadEndedOn
Nullable<DateTimeOffset>

Full load end time

fullLoadTotalRows
Nullable<Int64>

Number of rows applied in full load

state
String

Current state of the table migration Possible values include: 'BEFORE_LOAD', 'FULL_LOAD', 'COMPLETED', 'CANCELED', 'ERROR', 'FAILED'

totalChangesApplied
Nullable<Int64>

Total number of applied changes

dataErrorsCounter
Nullable<Int64>

Number of data errors occurred

lastModifiedTime
Nullable<DateTimeOffset>

Last modified time on target

Applies to