你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel 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 MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel : Microsoft.Azure.Management.DataMigration.Models.MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput
[<Newtonsoft.Json.JsonObject("TableLevelOutput")>]
type MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel = class
inherit MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput
Public Class MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel
Inherits MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput
- Inheritance
-
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel() |
Initializes a new instance of the MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel class. |
MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel(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 MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutputTableLevel 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 MigratePostgreSqlAzureDbForPostgreSqlSyncTaskOutput) |
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 |