/AWS1/CL_DMG=>DESCRIBETABLESTATISTICS()
¶
About DescribeTableStatistics¶
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
Note that the "last updated" column the DMS console only indicates the time that DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_REPLICATIONTASKARN
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
The Amazon Resource Name (ARN) of the replication task.
Optional arguments:¶
IV_MAXRECORDS
TYPE /AWS1/DMGINTEGEROPTIONAL
/AWS1/DMGINTEGEROPTIONAL
¶
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.Default: 100
Constraints: Minimum 20, maximum 500.
IV_MARKER
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
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
MaxRecords
.
IT_FILTERS
TYPE /AWS1/CL_DMGFILTER=>TT_FILTERLIST
TT_FILTERLIST
¶
Filters applied to table statistics.
Valid filter names: schema-name | table-name | table-state
A combination of filters creates an AND condition where each record matches all specified filters.
RETURNING¶
OO_OUTPUT
TYPE REF TO /AWS1/CL_DMGDESCRTABLESTATSRSP
/AWS1/CL_DMGDESCRTABLESTATSRSP
¶
Domain /AWS1/RT_ACCOUNT_ID Primitive Type NUMC