The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::DMS::TableStatistics

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::DMS::TableStatistics object:

  $service_obj->Method(Att1 => { Ddls => $value, ..., ValidationSuspendedRecords => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::DMS::TableStatistics object:

  $result = $service_obj->Method(...);
  $result->Att1->Ddls

DESCRIPTION

This class has no description

ATTRIBUTES

Ddls => Int

  The Data Definition Language (DDL) used to build and modify the
structure of your tables.

Deletes => Int

  The number of delete actions performed on a table.

FullLoadCondtnlChkFailedRows => Int

  The number of rows that failed conditional checks during the Full Load
operation (valid only for DynamoDB as a target migrations).

FullLoadErrorRows => Int

  The number of rows that failed to load during the Full Load operation
(valid only for DynamoDB as a target migrations).

FullLoadRows => Int

  The number of rows added during the Full Load operation.

Inserts => Int

  The number of insert actions performed on a table.

LastUpdateTime => Str

  The last time the table was updated.

SchemaName => Str

  The schema name.

TableName => Str

  The name of the table.

TableState => Str

  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

Updates => Int

  The number of update actions performed on a table.

ValidationFailedRecords => Int

  The number of records that failed validation.

ValidationPendingRecords => Int

  The number of records that have yet to be validated.

ValidationState => Str

  The validation state of the table.

The parameter can have the following values

  • Not enabled—Validation is not 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 do not match between the source and target.

  • Suspended records—Some records in the table could not be validated.

  • No primary key—The table could not be validated because it had no primary key.

  • Table error—The table was not validated because it was in an error state and some data was not migrated.

  • Validated—All rows in the table were validated. If the table is updated, the status can change from Validated.

  • Error—The table could not be validated because of an unexpected error.

ValidationStateDetails => Str

  Additional details about the state of validation.

ValidationSuspendedRecords => Int

  The number of records that could not be validated.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::DMS

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues