| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
TableStatistics |
TableStatistics.clone() |
TableStatistics |
TableStatistics.withDdls(Long ddls)
The data definition language (DDL) used to build and modify the structure of your tables.
|
TableStatistics |
TableStatistics.withDeletes(Long deletes)
The number of delete actions performed on a table.
|
TableStatistics |
TableStatistics.withFullLoadCondtnlChkFailedRows(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 |
TableStatistics.withFullLoadEndTime(Date fullLoadEndTime)
The time when the full load operation completed.
|
TableStatistics |
TableStatistics.withFullLoadErrorRows(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 |
TableStatistics.withFullLoadReloaded(Boolean fullLoadReloaded)
A value that indicates if the table was reloaded (
true) or loaded as part of a new full load
operation (false). |
TableStatistics |
TableStatistics.withFullLoadRows(Long fullLoadRows)
The number of rows added during the full load operation.
|
TableStatistics |
TableStatistics.withFullLoadStartTime(Date fullLoadStartTime)
The time when the full load operation started.
|
TableStatistics |
TableStatistics.withInserts(Long inserts)
The number of insert actions performed on a table.
|
TableStatistics |
TableStatistics.withLastUpdateTime(Date lastUpdateTime)
The last time a table was updated.
|
TableStatistics |
TableStatistics.withSchemaName(String schemaName)
The schema name.
|
TableStatistics |
TableStatistics.withTableName(String tableName)
The name of the table.
|
TableStatistics |
TableStatistics.withTableState(String tableState)
The state of the tables described.
|
TableStatistics |
TableStatistics.withUpdates(Long updates)
The number of update actions performed on a table.
|
TableStatistics |
TableStatistics.withValidationFailedRecords(Long validationFailedRecords)
The number of records that failed validation.
|
TableStatistics |
TableStatistics.withValidationPendingRecords(Long validationPendingRecords)
The number of records that have yet to be validated.
|
TableStatistics |
TableStatistics.withValidationState(String validationState)
The validation state of the table.
|
TableStatistics |
TableStatistics.withValidationStateDetails(String validationStateDetails)
Additional details about the state of validation.
|
TableStatistics |
TableStatistics.withValidationSuspendedRecords(Long validationSuspendedRecords)
The number of records that couldn't be validated.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableStatistics> |
DescribeTableStatisticsResult.getTableStatistics()
The table statistics.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTableStatisticsResult |
DescribeTableStatisticsResult.withTableStatistics(TableStatistics... tableStatistics)
The table statistics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTableStatisticsResult.setTableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.
|
DescribeTableStatisticsResult |
DescribeTableStatisticsResult.withTableStatistics(Collection<TableStatistics> tableStatistics)
The table statistics.
|
Copyright © 2020. All rights reserved.