IcebergTableMetadata

The Apache Iceberg table metadata, including format version, table identifier, schemas, partition specifications, sort orders, and table properties. This structure captures the current state of an Iceberg table's metadata as managed by the Glue Data Catalog.

Types

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

Properties

Link copied to clipboard

The identifier of the schema that is currently active for the Iceberg table. Matches an entry in Schemas.

Link copied to clipboard

The identifier of the sort order that is currently used by default when writing new data to the Iceberg table.

Link copied to clipboard

The identifier of the partition specification that is currently used by default when writing new data to the Iceberg table.

Link copied to clipboard

The Apache Iceberg table format version, such as 1 or 2. Determines the set of features and on-disk layout supported by the table.

Link copied to clipboard

The highest column identifier that has been assigned in the Iceberg table's schema, used to ensure unique IDs as new columns are added.

Link copied to clipboard

The highest partition field identifier that has been assigned across the table's partition specifications.

Link copied to clipboard

The base S3 location where the Iceberg table's data and metadata files are stored.

Link copied to clipboard

The list of partition specifications that have been associated with the Iceberg table over its history, supporting partition evolution.

Link copied to clipboard

A map of key-value pairs that define table-level properties and configuration settings for the Iceberg table.

Link copied to clipboard

The list of schemas that have been associated with the Iceberg table over its history, supporting schema evolution.

Link copied to clipboard

The list of sort order specifications that have been associated with the Iceberg table over its history.

Link copied to clipboard

The unique identifier (UUID) for the Iceberg table, assigned when the table is created and used to track the table across metadata updates.

Functions

Link copied to clipboard
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