TableMetadata

sealed class TableMetadata

Contains details about the table metadata.

Inheritors

Types

Link copied to clipboard
data class Iceberg(val value: IcebergMetadata) : TableMetadata

Contains details about the metadata of an Iceberg table.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this TableMetadata as a Iceberg and retrieves its aws.sdk.kotlin.services.s3tables.model.IcebergMetadata value. Throws an exception if the TableMetadata is not a Iceberg.

Link copied to clipboard

Casts this TableMetadata as a Iceberg and retrieves its aws.sdk.kotlin.services.s3tables.model.IcebergMetadata value. Returns null if the TableMetadata is not a Iceberg.