@Generated(value="software.amazon.awssdk:codegen") public final class TableStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableStatistics.Builder,TableStatistics>
Provides a collection of table statistics in response to a request by the DescribeTableStatistics
operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
appliedDdls()
The number of data definition language (DDL) statements used to build and modify the structure of your tables
applied on the target.
|
Long |
appliedDeletes()
The number of delete actions applied on a target table.
|
Long |
appliedInserts()
The number of insert actions applied on a target table.
|
Long |
appliedUpdates()
The number of update actions applied on a target table.
|
static TableStatistics.Builder |
builder() |
Long |
ddls()
The data definition language (DDL) used to build and modify the structure of your tables.
|
Long |
deletes()
The number of delete actions performed on a table.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
fullLoadCondtnlChkFailedRows()
The number of rows that failed conditional checks during the full load operation (valid only for migrations where
DynamoDB is the target).
|
Instant |
fullLoadEndTime()
The time when the full load operation completed.
|
Long |
fullLoadErrorRows()
The number of rows that failed to load during the full load operation (valid only for migrations where DynamoDB
is the target).
|
Boolean |
fullLoadReloaded()
A value that indicates if the table was reloaded (
true) or loaded as part of a new full load
operation (false). |
Long |
fullLoadRows()
The number of rows added during the full load operation.
|
Instant |
fullLoadStartTime()
The time when the full load operation started.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
inserts()
The number of insert actions performed on a table.
|
Instant |
lastUpdateTime()
The last time a table was updated.
|
String |
schemaName()
The schema name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableStatistics.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the table.
|
String |
tableState()
The state of the tables described.
|
TableStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
updates()
The number of update actions performed on a table.
|
Long |
validationFailedRecords()
The number of records that failed validation.
|
Long |
validationPendingRecords()
The number of records that have yet to be validated.
|
String |
validationState()
The validation state of the table.
|
String |
validationStateDetails()
Additional details about the state of validation.
|
Long |
validationSuspendedRecords()
The number of records that couldn't be validated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String schemaName()
The schema name.
public final String tableName()
The name of the table.
public final Long inserts()
The number of insert actions performed on a table.
public final Long deletes()
The number of delete actions performed on a table.
public final Long updates()
The number of update actions performed on a table.
public final Long ddls()
The data definition language (DDL) used to build and modify the structure of your tables.
public final Long appliedInserts()
The number of insert actions applied on a target table.
public final Long appliedDeletes()
The number of delete actions applied on a target table.
public final Long appliedUpdates()
The number of update actions applied on a target table.
public final Long appliedDdls()
The number of data definition language (DDL) statements used to build and modify the structure of your tables applied on the target.
public final Long fullLoadRows()
The number of rows added during the full load operation.
public final Long fullLoadCondtnlChkFailedRows()
The number of rows that failed conditional checks during the full load operation (valid only for migrations where DynamoDB is the target).
public final Long fullLoadErrorRows()
The number of rows that failed to load during the full load operation (valid only for migrations where DynamoDB is the target).
public final Instant fullLoadStartTime()
The time when the full load operation started.
public final Instant fullLoadEndTime()
The time when the full load operation completed.
public final Boolean fullLoadReloaded()
A value that indicates if the table was reloaded (true) or loaded as part of a new full load
operation (false).
true) or loaded as part of a new full load
operation (false).public final Instant lastUpdateTime()
The last time a table was updated.
public final String tableState()
The state of the tables described.
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table is being reloaded
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table is being reloaded
public final Long validationPendingRecords()
The number of records that have yet to be validated.
public final Long validationFailedRecords()
The number of records that failed validation.
public final Long validationSuspendedRecords()
The number of records that couldn't be validated.
public final String validationState()
The validation state of the table.
This parameter can have the following values:
Not enabled – Validation isn't 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 don't match between the source and target.
Suspended records – Some records in the table couldn't be validated.
No primary key –The table couldn't be validated because it has no primary key.
Table error – The table wasn't validated because it's in an error state and some data wasn't migrated.
Validated – All rows in the table are validated. If the table is updated, the status can change from Validated.
Error – The table couldn't be validated because of an unexpected error.
Pending validation – The table is waiting validation.
Preparing table – Preparing the table enabled in the migration task for validation.
Pending revalidation – All rows in the table are pending validation after the table was updated.
This parameter can have the following values:
Not enabled – Validation isn't 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 don't match between the source and target.
Suspended records – Some records in the table couldn't be validated.
No primary key –The table couldn't be validated because it has no primary key.
Table error – The table wasn't validated because it's in an error state and some data wasn't migrated.
Validated – All rows in the table are validated. If the table is updated, the status can change from Validated.
Error – The table couldn't be validated because of an unexpected error.
Pending validation – The table is waiting validation.
Preparing table – Preparing the table enabled in the migration task for validation.
Pending revalidation – All rows in the table are pending validation after the table was updated.
public final String validationStateDetails()
Additional details about the state of validation.
public TableStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableStatistics.Builder,TableStatistics>public static TableStatistics.Builder builder()
public static Class<? extends TableStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.