iceberg-js
    Preparing search index...

    Interface AddSnapshotUpdate

    interface AddSnapshotUpdate {
        action: "add-snapshot";
        snapshot: Snapshot;
    }
    Index

    Properties

    Properties

    action: "add-snapshot"
    snapshot: Snapshot