MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel 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("DatabaseLevelOutput")]
public class MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel : Microsoft.Azure.Management.DataMigration.Models.MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput
[<Newtonsoft.Json.JsonObject("DatabaseLevelOutput")>]
type MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel = class
inherit MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput
Public Class MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel
Inherits MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput
- Inheritance
-
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel() |
Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel class. |
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel(String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int64>) |
Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputDatabaseLevel class. |
Properties
AppliedChanges |
Gets number of applied changes |
CdcDeleteCounter |
Gets number of cdc deletes |
CdcInsertCounter |
Gets number of cdc inserts |
CdcUpdateCounter |
Gets number of cdc updates |
DatabaseName |
Gets name of the database |
EndedOn |
Gets migration end time |
FullLoadCompletedTables |
Gets number of tables completed in full load |
FullLoadErroredTables |
Gets number of tables errored in full load |
FullLoadLoadingTables |
Gets number of tables loading in full load |
FullLoadQueuedTables |
Gets number of tables queued in full load |
Id |
Gets result identifier (Inherited from MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput) |
IncomingChanges |
Gets number of incoming changes |
InitializationCompleted |
Gets indicates if initial load (full load) has been completed |
Latency |
Gets cDC apply latency |
MigrationState |
Gets migration state that this database is in Possible values include: 'UNDEFINED', 'CONFIGURING', 'INITIALIAZING', 'STARTING', 'RUNNING', 'READY_TO_COMPLETE', 'COMPLETING', 'COMPLETE', 'CANCELLING', 'CANCELLED', 'FAILED' |
StartedOn |
Gets migration start time |