Iceberg

data class Iceberg(val value: IcebergMetadata) : TableMetadata

Contains details about the metadata of an Iceberg table.

Constructors

Link copied to clipboard
constructor(value: IcebergMetadata)

Properties

Link copied to clipboard

Inherited 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.