MDAA TS Docs
    Preparing search index...

    Schema definition for an Iceberg table containing column definitions.

    interface TableSchemaConfig {
        columns: IcebergColumnDef[];
    }
    Index

    Properties

    Properties

    columns: IcebergColumnDef[]

    Column definitions for the table.