AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.DatabaseMigrationService.Model.ReplicationTaskStats

Namespace: Amazon.DatabaseMigrationService.Model
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z

Syntax

C#
public class ReplicationTaskStats

The ReplicationTaskStats type exposes the following members

Constructors

NameDescription
Public Method ReplicationTaskStats()

Properties

NameTypeDescription
Public Property ElapsedTimeMillis System.Int64

Gets and sets the property ElapsedTimeMillis.

The elapsed time of the task, in milliseconds.

Public Property 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.

Public Property FullLoadFinishDate System.DateTime

Gets and sets the property FullLoadFinishDate.

The date the replication task full load was completed.

Public Property FullLoadProgressPercent System.Int32

Gets and sets the property FullLoadProgressPercent.

The percent complete for the full load migration task.

Public Property FullLoadStartDate System.DateTime

Gets and sets the property FullLoadStartDate.

The date the replication task full load was started.

Public Property 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.

Public Property StopDate System.DateTime

Gets and sets the property StopDate.

The date the replication task was stopped.

Public Property TablesErrored System.Int32

Gets and sets the property TablesErrored.

The number of errors that have occurred during this task.

Public Property TablesLoaded System.Int32

Gets and sets the property TablesLoaded.

The number of tables loaded for this task.

Public Property TablesLoading System.Int32

Gets and sets the property TablesLoading.

The number of tables currently loading for this task.

Public Property TablesQueued System.Int32

Gets and sets the property TablesQueued.

The number of tables queued for this task.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5