You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DatabaseMigrationService::Types::TableStatisticsProvides a collection of table statistics in response to a request by the DescribeTableStatistics
operation.
The data definition language (DDL) used to build and modify the structure of your tables.
The number of delete actions performed on a table.
The number of rows that failed conditional checks during the full load operation (valid only for migrations where DynamoDB is the target).
The time when the full load operation completed.
The number of rows that failed to load during the full load operation (valid only for migrations where DynamoDB is the target).
A value that indicates if the table was reloaded (true
) or loaded as part of a new full load operation (false
).
The number of rows added during the full load operation.
The time when the full load operation started.
The number of insert actions performed on a table.
The last time a table was updated.
The schema name.
The name of the table.
The state of the tables described.
The number of update actions performed on a table.
The number of records that failed validation.
The number of records that have yet to be validated.
The validation state of the table.
Additional details about the state of validation.
The number of records that couldn\'t be validated.
The data definition language (DDL) used to build and modify the structure of your tables.
#deletes ⇒ IntegerThe number of delete actions performed on a table.
#full_load_condtnl_chk_failed_rows ⇒ IntegerThe number of rows that failed conditional checks during the full load operation (valid only for migrations where DynamoDB is the target).
#full_load_end_time ⇒ TimeThe time when the full load operation completed.
#full_load_error_rows ⇒ IntegerThe number of rows that failed to load during the full load operation (valid only for migrations where DynamoDB is the target).
#full_load_reloaded ⇒ BooleanA value that indicates if the table was reloaded (true
) or loaded as part of a new full load operation (false
).
The number of rows added during the full load operation.
#full_load_start_time ⇒ TimeThe time when the full load operation started.
#inserts ⇒ IntegerThe number of insert actions performed on a table.
#last_update_time ⇒ TimeThe last time a table was updated.
#table_state ⇒ StringThe state of the tables described.
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
#updates ⇒ IntegerThe number of update actions performed on a table.
#validation_failed_records ⇒ IntegerThe number of records that failed validation.
#validation_pending_records ⇒ IntegerThe number of records that have yet to be validated.
#validation_state ⇒ StringThe validation state of the table.
This parameter can have the following values:
Not enabled â Validation isn\'t enabled for the table in the migration task.
Pending records â Some records in the table are waiting for validation.
Mismatched records â Some records in the table don\'t match between the source and target.
Suspended records â Some records in the table couldn\'t be validated.
No primary key âThe table couldn\'t be validated because it has no primary key.
Table error â The table wasn\'t validated because it\'s in an error state and some data wasn\'t migrated.
Validated â All rows in the table are validated. If the table is updated, the status can change from Validated.
Error â The table couldn\'t be validated because of an unexpected error.
Pending validation â The table is waiting validation.
Preparing table â Preparing the table enabled in the migration task for validation.
Pending revalidation â All rows in the table are pending validation after the table was updated.
Additional details about the state of validation.
#validation_suspended_records ⇒ IntegerThe number of records that couldn\'t be validated.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4