You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::TableStatistics

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides a collection of table statistics in response to a request by the DescribeTableStatistics operation.

Instance Attribute Summary collapse

Instance Attribute Details

#ddlsInteger

The data definition language (DDL) used to build and modify the structure of your tables.

Returns:

  • (Integer)

    The data definition language (DDL) used to build and modify the structure of your tables.

#deletesInteger

The number of delete actions performed on a table.

Returns:

  • (Integer)

    The number of delete actions performed on a table.

#full_load_condtnl_chk_failed_rowsInteger

The number of rows that failed conditional checks during the full load operation (valid only for migrations where DynamoDB is the target).

Returns:

  • (Integer)

    The number of rows that failed conditional checks during the full load operation (valid only for migrations where DynamoDB is the target).

#full_load_end_timeTime

The time when the full load operation completed.

Returns:

  • (Time)

    The time when the full load operation completed.

#full_load_error_rowsInteger

The number of rows that failed to load during the full load operation (valid only for migrations where DynamoDB is the target).

Returns:

  • (Integer)

    The number of rows that failed to load during the full load operation (valid only for migrations where DynamoDB is the target).

#full_load_reloadedBoolean

A value that indicates if the table was reloaded (true) or loaded as part of a new full load operation (false).

Returns:

  • (Boolean)

    A value that indicates if the table was reloaded (true) or loaded as part of a new full load operation (false).

#full_load_rowsInteger

The number of rows added during the full load operation.

Returns:

  • (Integer)

    The number of rows added during the full load operation.

#full_load_start_timeTime

The time when the full load operation started.

Returns:

  • (Time)

    The time when the full load operation started.

#insertsInteger

The number of insert actions performed on a table.

Returns:

  • (Integer)

    The number of insert actions performed on a table.

#last_update_timeTime

The last time a table was updated.

Returns:

  • (Time)

    The last time a table was updated.

#schema_nameString

The schema name.

Returns:

  • (String)

    The schema name.

#table_nameString

The name of the table.

Returns:

  • (String)

    The name of the table.

#table_stateString

The 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

Returns:

  • (String)

    The state of the tables described.

#updatesInteger

The number of update actions performed on a table.

Returns:

  • (Integer)

    The number of update actions performed on a table.

#validation_failed_recordsInteger

The number of records that failed validation.

Returns:

  • (Integer)

    The number of records that failed validation.

#validation_pending_recordsInteger

The number of records that have yet to be validated.

Returns:

  • (Integer)

    The number of records that have yet to be validated.

#validation_stateString

The 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.

Returns:

  • (String)

    The validation state of the table.

#validation_state_detailsString

Additional details about the state of validation.

Returns:

  • (String)

    Additional details about the state of validation.

#validation_suspended_recordsInteger

The number of records that couldn\'t be validated.

Returns:

  • (Integer)

    The number of records that couldn\'t be validated.