| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
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 DynamoDB as
a target migrations).
|
TableStatistics.Builder |
TableStatistics.Builder.fullLoadErrorRows(Long fullLoadErrorRows)
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target
migrations).
|
TableStatistics.Builder |
TableStatistics.Builder.fullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.
|
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 the 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 could not be validated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TableStatistics.Builder> |
TableStatistics.serializableBuilderClass() |
Copyright © 2020. All rights reserved.