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.
Namespace: Amazon.DatabaseMigrationService.Model
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z
public class DescribeTableStatisticsResponse : AmazonWebServiceResponse
The DescribeTableStatisticsResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeTableStatisticsResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Marker | System.String |
Gets and sets the property Marker.
An optional pagination token provided by a previous request. If this parameter is
specified, the response includes only records beyond the marker, up to the value specified
by |
![]() |
ReplicationTaskArn | System.String |
Gets and sets the property ReplicationTaskArn. The Amazon Resource Name (ARN) of the replication task. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
TableStatistics | System.Collections.Generic.List<Amazon.DatabaseMigrationService.Model.TableStatistics> |
Gets and sets the property TableStatistics. The table statistics. |
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
var client = new AmazonDatabaseMigrationServiceClient(); var response = client.DescribeTableStatistics(new DescribeTableStatisticsRequest { Marker = "", MaxRecords = 123, ReplicationTaskArn = "" }); string marker = response.Marker; string replicationTaskArn = response.ReplicationTaskArn; List<TableStatistics> tableStatistics = response.TableStatistics;
.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