iceberg-js
    Preparing search index...

    Interface StatisticsFile

    interface StatisticsFile {
        "blob-metadata": BlobMetadata[];
        "file-footer-size-in-bytes": number;
        "file-size-in-bytes": number;
        "snapshot-id": number;
        "statistics-path": string;
    }
    Index

    Properties

    "blob-metadata": BlobMetadata[]
    "file-footer-size-in-bytes": number
    "file-size-in-bytes": number
    "snapshot-id": number
    "statistics-path": string