TableStatistics.Builder |
TableStatistics.Builder.appliedDdls(Long appliedDdls) |
The number of data definition language (DDL) statements used to build and modify the structure of your tables
applied on the target.
|
TableStatistics.Builder |
TableStatistics.Builder.appliedDeletes(Long appliedDeletes) |
The number of delete actions applied on a target table.
|
TableStatistics.Builder |
TableStatistics.Builder.appliedInserts(Long appliedInserts) |
The number of insert actions applied on a target table.
|
TableStatistics.Builder |
TableStatistics.Builder.appliedUpdates(Long appliedUpdates) |
The number of update actions applied on a target table.
|
static TableStatistics.Builder |
TableStatistics.builder() |
|
TableStatistics.Builder |
TableStatistics.Builder.ddls(Long ddls) |
The data definition language (DDL) used to build and modify the structure of your tables.
|
TableStatistics.Builder |
TableStatistics.Builder.deletes(Long deletes) |
The number of delete actions performed on a table.
|
TableStatistics.Builder |
TableStatistics.Builder.fullLoadCondtnlChkFailedRows(Long fullLoadCondtnlChkFailedRows) |
The number of rows that failed conditional checks during the full load operation (valid only for migrations
where DynamoDB is the target).
|
TableStatistics.Builder |
TableStatistics.Builder.fullLoadEndTime(Instant fullLoadEndTime) |
The time when the full load operation completed.
|
TableStatistics.Builder |
TableStatistics.Builder.fullLoadErrorRows(Long fullLoadErrorRows) |
The number of rows that failed to load during the full load operation (valid only for migrations where
DynamoDB is the target).
|
TableStatistics.Builder |
TableStatistics.Builder.fullLoadReloaded(Boolean fullLoadReloaded) |
A value that indicates if the table was reloaded (true) or loaded as part of a new full load
operation (false).
|
TableStatistics.Builder |
TableStatistics.Builder.fullLoadRows(Long fullLoadRows) |
The number of rows added during the full load operation.
|
TableStatistics.Builder |
TableStatistics.Builder.fullLoadStartTime(Instant fullLoadStartTime) |
The time when the full load operation started.
|
TableStatistics.Builder |
TableStatistics.Builder.inserts(Long inserts) |
The number of insert actions performed on a table.
|
TableStatistics.Builder |
TableStatistics.Builder.lastUpdateTime(Instant lastUpdateTime) |
The last time a table was updated.
|
TableStatistics.Builder |
TableStatistics.Builder.schemaName(String schemaName) |
The schema name.
|
TableStatistics.Builder |
TableStatistics.Builder.tableName(String tableName) |
The name of the table.
|
TableStatistics.Builder |
TableStatistics.Builder.tableState(String tableState) |
The state of the tables described.
|
TableStatistics.Builder |
TableStatistics.toBuilder() |
|
TableStatistics.Builder |
TableStatistics.Builder.updates(Long updates) |
The number of update actions performed on a table.
|
TableStatistics.Builder |
TableStatistics.Builder.validationFailedRecords(Long validationFailedRecords) |
The number of records that failed validation.
|
TableStatistics.Builder |
TableStatistics.Builder.validationPendingRecords(Long validationPendingRecords) |
The number of records that have yet to be validated.
|
TableStatistics.Builder |
TableStatistics.Builder.validationState(String validationState) |
The validation state of the table.
|
TableStatistics.Builder |
TableStatistics.Builder.validationStateDetails(String validationStateDetails) |
Additional details about the state of validation.
|
TableStatistics.Builder |
TableStatistics.Builder.validationSuspendedRecords(Long validationSuspendedRecords) |
The number of records that couldn't be validated.
|