Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.DescribeTableStatistics C# (CSharp) Method

DescribeTableStatistics() public method

Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
/// The resource is in a state that prevents it from being used for database migration. /// /// The resource could not be found. ///
public DescribeTableStatistics ( DescribeTableStatisticsRequest request ) : DescribeTableStatisticsResponse
request DescribeTableStatisticsRequest Container for the necessary parameters to execute the DescribeTableStatistics service method.
return DescribeTableStatisticsResponse
        public DescribeTableStatisticsResponse DescribeTableStatistics(DescribeTableStatisticsRequest request)
        {
            var marshaller = new DescribeTableStatisticsRequestMarshaller();
            var unmarshaller = DescribeTableStatisticsResponseUnmarshaller.Instance;

            return Invoke<DescribeTableStatisticsRequest,DescribeTableStatisticsResponse>(request, marshaller, unmarshaller);
        }
AmazonDatabaseMigrationServiceClient