ArmDataMigrationModelFactory.MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel Method
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.
Initializes a new instance of MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel.
public static Azure.ResourceManager.DataMigration.Models.MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel (string id = default, string tableName = default, string databaseName = default, long? cdcInsertCounter = default, long? cdcUpdateCounter = default, long? cdcDeleteCounter = default, DateTimeOffset? fullLoadEstFinishOn = default, DateTimeOffset? fullLoadStartedOn = default, DateTimeOffset? fullLoadEndedOn = default, long? fullLoadTotalRows = default, Azure.ResourceManager.DataMigration.Models.SyncTableMigrationState? state = default, long? totalChangesApplied = default, long? dataErrorsCounter = default, DateTimeOffset? lastModifiedOn = default);
static member MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel : string * string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int64> * Nullable<Azure.ResourceManager.DataMigration.Models.SyncTableMigrationState> * Nullable<int64> * Nullable<int64> * Nullable<DateTimeOffset> -> Azure.ResourceManager.DataMigration.Models.MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel
Public Shared Function MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel (Optional id As String = Nothing, Optional tableName As String = Nothing, Optional databaseName As String = Nothing, Optional cdcInsertCounter As Nullable(Of Long) = Nothing, Optional cdcUpdateCounter As Nullable(Of Long) = Nothing, Optional cdcDeleteCounter As Nullable(Of Long) = Nothing, Optional fullLoadEstFinishOn 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 Nullable(Of SyncTableMigrationState) = Nothing, Optional totalChangesApplied As Nullable(Of Long) = Nothing, Optional dataErrorsCounter As Nullable(Of Long) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing) As MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel
Parameters
- id
- String
Result identifier.
- tableName
- String
Name of the table.
- databaseName
- String
Name of the database.
- fullLoadEstFinishOn
- Nullable<DateTimeOffset>
Estimate to finish full load.
- fullLoadStartedOn
- Nullable<DateTimeOffset>
Full load start time.
- fullLoadEndedOn
- Nullable<DateTimeOffset>
Full load end time.
- state
- Nullable<SyncTableMigrationState>
Current state of the table migration.
- lastModifiedOn
- Nullable<DateTimeOffset>
Last modified time on target.
Returns
A new MigrateOracleAzureDBPostgreSqlSyncTaskOutputTableLevel instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET