iceberg-js
    Preparing search index...

    Interface AddPartitionSpecUpdate

    interface AddPartitionSpecUpdate {
        action: "add-spec";
        spec: PartitionSpec;
    }
    Index

    Properties

    Properties

    action: "add-spec"