iceberg-js
    Preparing search index...

    Interface SetSnapshotRefUpdate

    interface SetSnapshotRefUpdate {
        action: "set-snapshot-ref";
        "max-ref-age-ms"?: number;
        "max-snapshot-age-ms"?: number;
        "min-snapshots-to-keep"?: number;
        "ref-name": string;
        "snapshot-id": number;
        type: "tag" | "branch";
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "set-snapshot-ref"
    "max-ref-age-ms"?: number
    "max-snapshot-age-ms"?: number
    "min-snapshots-to-keep"?: number
    "ref-name": string
    "snapshot-id": number
    type: "tag" | "branch"