iceberg-js
    Preparing search index...

    Interface SetStatisticsUpdate

    interface SetStatisticsUpdate {
        action: "set-statistics";
        "snapshot-id"?: number;
        statistics: StatisticsFile;
    }
    Index

    Properties

    action: "set-statistics"
    "snapshot-id"?: number

    derive from statistics.snapshot-id

    statistics: StatisticsFile