iceberg-js
    Preparing search index...

    Interface UpdateTableRequest

    interface UpdateTableRequest {
        "partition-spec"?: PartitionSpec;
        properties?: Record<string, string>;
        schema?: TableSchema;
    }
    Index

    Properties

    "partition-spec"?: PartitionSpec
    properties?: Record<string, string>
    schema?: TableSchema