iceberg-js
    Preparing search index...

    Interface RemovePartitionSpecsUpdate

    interface RemovePartitionSpecsUpdate {
        action: "remove-partition-specs";
        "spec-ids": number[];
    }
    Index

    Properties

    Properties

    action: "remove-partition-specs"
    "spec-ids": number[]