Builder
Properties
The identifier of the schema that is currently active for the Iceberg table. Matches an entry in Schemas.
The identifier of the sort order that is currently used by default when writing new data to the Iceberg table.
The identifier of the partition specification that is currently used by default when writing new data to the Iceberg table.
The Apache Iceberg table format version, such as 1 or 2. Determines the set of features and on-disk layout supported by the table.
The highest column identifier that has been assigned in the Iceberg table's schema, used to ensure unique IDs as new columns are added.
The highest partition field identifier that has been assigned across the table's partition specifications.
The list of partition specifications that have been associated with the Iceberg table over its history, supporting partition evolution.
A map of key-value pairs that define table-level properties and configuration settings for the Iceberg table.
The list of schemas that have been associated with the Iceberg table over its history, supporting schema evolution.
The list of sort order specifications that have been associated with the Iceberg table over its history.