TableStatistics

Provides a collection of table statistics in response to a request by the DescribeTableStatistics operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of data definition language (DDL) statements used to build and modify the structure of your tables applied on the target.

Link copied to clipboard

The number of delete actions applied on a target table.

Link copied to clipboard

The number of insert actions applied on a target table.

Link copied to clipboard

The number of update actions applied on a target table.

Link copied to clipboard
val ddls: Long

The data definition language (DDL) used to build and modify the structure of your tables.

Link copied to clipboard

The number of delete actions performed on a table.

Link copied to clipboard

The number of rows that failed conditional checks during the full load operation (valid only for migrations where DynamoDB is the target).

Link copied to clipboard

The time when the full load operation completed.

Link copied to clipboard

The number of rows that failed to load during the full load operation (valid only for migrations where DynamoDB is the target).

Link copied to clipboard

A value that indicates if the table was reloaded (true) or loaded as part of a new full load operation (false).

Link copied to clipboard

The number of rows added during the full load operation.

Link copied to clipboard

The time when the full load operation started.

Link copied to clipboard

The number of insert actions performed on a table.

Link copied to clipboard

The last time a table was updated.

Link copied to clipboard

The schema name.

Link copied to clipboard

The name of the table.

Link copied to clipboard

The state of the tables described.

Link copied to clipboard

The number of update actions performed on a table.

Link copied to clipboard

The number of records that failed validation.

Link copied to clipboard

The number of records that have yet to be validated.

Link copied to clipboard

The validation state of the table.

Link copied to clipboard

Additional details about the state of validation.

Link copied to clipboard

The number of records that couldn't be validated.

Functions

Link copied to clipboard
inline fun copy(block: TableStatistics.Builder.() -> Unit = {}): TableStatistics
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String