![]() |
![]()
| ![]() |
![]()
NAMEPaws::DMS::TableStatistics USAGEThis 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 DESCRIPTIONProvides a collection of table statistics in response to a request by the "DescribeTableStatistics" operation. ATTRIBUTESDdls => IntThe data definition language (DDL) used to build and modify the structure of your tables. Deletes => IntThe number of delete actions performed on a table. FullLoadCondtnlChkFailedRows => IntThe number of rows that failed conditional checks during the full load operation (valid only for migrations where DynamoDB is the target). FullLoadEndTime => StrThe time when the full load operation completed. FullLoadErrorRows => IntThe number of rows that failed to load during the full load operation (valid only for migrations where DynamoDB is the target). FullLoadReloaded => BoolA value that indicates if the table was reloaded ("true") or loaded as part of a new full load operation ("false"). FullLoadRows => IntThe number of rows added during the full load operation. FullLoadStartTime => StrThe time when the full load operation started. Inserts => IntThe number of insert actions performed on a table. LastUpdateTime => StrThe last time a table was updated. SchemaName => StrThe schema name. TableName => StrThe name of the table. TableState => StrThe 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 => IntThe number of update actions performed on a table. ValidationFailedRecords => IntThe number of records that failed validation. ValidationPendingRecords => IntThe number of records that have yet to be validated. ValidationState => StrThe validation state of the table. This parameter can have the following values:
ValidationStateDetails => StrAdditional details about the state of validation. ValidationSuspendedRecords => IntThe number of records that couldn't be validated. SEE ALSOThis class forms part of Paws, describing an object used in Paws::DMS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|