iceberg-js
    Preparing search index...

    Interface SnapshotReference

    interface SnapshotReference {
        "max-ref-age-ms"?: number;
        "max-snapshot-age-ms"?: number;
        "min-snapshots-to-keep"?: number;
        "snapshot-id": number;
        type: "tag" | "branch";
    }

    Hierarchy (View Summary)

    Index

    Properties

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