iceberg-js
    Preparing search index...

    Interface RemoveSnapshotsUpdate

    interface RemoveSnapshotsUpdate {
        action: "remove-snapshots";
        "snapshot-ids": number[];
    }
    Index

    Properties

    Properties

    action: "remove-snapshots"
    "snapshot-ids": number[]