public static interface TableStatistics.Builder extends SdkPojo, CopyableBuilder<TableStatistics.Builder,TableStatistics>
| Modifier and Type | Method and Description |
|---|---|
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 |
appliedDeletes(Long appliedDeletes)
The number of delete actions applied on a target table.
|
TableStatistics.Builder |
appliedInserts(Long appliedInserts)
The number of insert actions applied on a target table.
|
TableStatistics.Builder |
appliedUpdates(Long appliedUpdates)
The number of update actions applied on a target table.
|
TableStatistics.Builder |
ddls(Long ddls)
The data definition language (DDL) used to build and modify the structure of your tables.
|
TableStatistics.Builder |
deletes(Long deletes)
The number of delete actions performed on a table.
|
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 |
fullLoadEndTime(Instant fullLoadEndTime)
The time when the full load operation completed.
|
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 |
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 |
fullLoadRows(Long fullLoadRows)
The number of rows added during the full load operation.
|
TableStatistics.Builder |
fullLoadStartTime(Instant fullLoadStartTime)
The time when the full load operation started.
|
TableStatistics.Builder |
inserts(Long inserts)
The number of insert actions performed on a table.
|
TableStatistics.Builder |
lastUpdateTime(Instant lastUpdateTime)
The last time a table was updated.
|
TableStatistics.Builder |
schemaName(String schemaName)
The schema name.
|
TableStatistics.Builder |
tableName(String tableName)
The name of the table.
|
TableStatistics.Builder |
tableState(String tableState)
The state of the tables described.
|
TableStatistics.Builder |
updates(Long updates)
The number of update actions performed on a table.
|
TableStatistics.Builder |
validationFailedRecords(Long validationFailedRecords)
The number of records that failed validation.
|
TableStatistics.Builder |
validationPendingRecords(Long validationPendingRecords)
The number of records that have yet to be validated.
|
TableStatistics.Builder |
validationState(String validationState)
The validation state of the table.
|
TableStatistics.Builder |
validationStateDetails(String validationStateDetails)
Additional details about the state of validation.
|
TableStatistics.Builder |
validationSuspendedRecords(Long validationSuspendedRecords)
The number of records that couldn't be validated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableStatistics.Builder schemaName(String schemaName)
The schema name.
schemaName - The schema name.TableStatistics.Builder tableName(String tableName)
The name of the table.
tableName - The name of the table.TableStatistics.Builder inserts(Long inserts)
The number of insert actions performed on a table.
inserts - The number of insert actions performed on a table.TableStatistics.Builder deletes(Long deletes)
The number of delete actions performed on a table.
deletes - The number of delete actions performed on a table.TableStatistics.Builder updates(Long updates)
The number of update actions performed on a table.
updates - The number of update actions performed on a table.TableStatistics.Builder ddls(Long ddls)
The data definition language (DDL) used to build and modify the structure of your tables.
ddls - The data definition language (DDL) used to build and modify the structure of your tables.TableStatistics.Builder appliedInserts(Long appliedInserts)
The number of insert actions applied on a target table.
appliedInserts - The number of insert actions applied on a target table.TableStatistics.Builder appliedDeletes(Long appliedDeletes)
The number of delete actions applied on a target table.
appliedDeletes - The number of delete actions applied on a target table.TableStatistics.Builder appliedUpdates(Long appliedUpdates)
The number of update actions applied on a target table.
appliedUpdates - The number of update actions applied on a target table.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.
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 fullLoadRows(Long fullLoadRows)
The number of rows added during the full load operation.
fullLoadRows - The number of rows added during the full load operation.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).
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 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).
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 fullLoadStartTime(Instant fullLoadStartTime)
The time when the full load operation started.
fullLoadStartTime - The time when the full load operation started.TableStatistics.Builder fullLoadEndTime(Instant fullLoadEndTime)
The time when the full load operation completed.
fullLoadEndTime - The time when the full load operation completed.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).
fullLoadReloaded - A value that indicates if the table was reloaded (true) or loaded as part of a new full
load operation (false).TableStatistics.Builder lastUpdateTime(Instant lastUpdateTime)
The last time a table was updated.
lastUpdateTime - The last time a table was updated.TableStatistics.Builder tableState(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
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
TableStatistics.Builder validationPendingRecords(Long validationPendingRecords)
The number of records that have yet to be validated.
validationPendingRecords - The number of records that have yet to be validated.TableStatistics.Builder validationFailedRecords(Long validationFailedRecords)
The number of records that failed validation.
validationFailedRecords - The number of records that failed validation.TableStatistics.Builder validationSuspendedRecords(Long validationSuspendedRecords)
The number of records that couldn't be validated.
validationSuspendedRecords - The number of records that couldn't be validated.TableStatistics.Builder validationState(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.
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.
TableStatistics.Builder validationStateDetails(String validationStateDetails)
Additional details about the state of validation.
validationStateDetails - Additional details about the state of validation.Copyright © 2023. All rights reserved.