AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
In response to a request by the DescribeReplicationTasks
operation, this object
provides a collection of statistics about a replication task.
Namespace: Amazon.DatabaseMigrationService.Model
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z
public class ReplicationTaskStats
The ReplicationTaskStats type exposes the following members
Name | Description | |
---|---|---|
![]() |
ReplicationTaskStats() |
Name | Type | Description | |
---|---|---|---|
![]() |
ElapsedTimeMillis | System.Int64 |
Gets and sets the property ElapsedTimeMillis. The elapsed time of the task, in milliseconds. |
![]() |
FreshStartDate | System.DateTime |
Gets and sets the property FreshStartDate. The date the replication task was started either with a fresh start or a target reload. |
![]() |
FullLoadFinishDate | System.DateTime |
Gets and sets the property FullLoadFinishDate. The date the replication task full load was completed. |
![]() |
FullLoadProgressPercent | System.Int32 |
Gets and sets the property FullLoadProgressPercent. The percent complete for the full load migration task. |
![]() |
FullLoadStartDate | System.DateTime |
Gets and sets the property FullLoadStartDate. The date the replication task full load was started. |
![]() |
StartDate | System.DateTime |
Gets and sets the property StartDate. The date the replication task was started either with a fresh start or a resume. For more information, see StartReplicationTaskType. |
![]() |
StopDate | System.DateTime |
Gets and sets the property StopDate. The date the replication task was stopped. |
![]() |
TablesErrored | System.Int32 |
Gets and sets the property TablesErrored. The number of errors that have occurred during this task. |
![]() |
TablesLoaded | System.Int32 |
Gets and sets the property TablesLoaded. The number of tables loaded for this task. |
![]() |
TablesLoading | System.Int32 |
Gets and sets the property TablesLoading. The number of tables currently loading for this task. |
![]() |
TablesQueued | System.Int32 |
Gets and sets the property TablesQueued. The number of tables queued for this task. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5