DuckDB-WASM
    Preparing search index...

    Interface DuckDBGlobalFileInfo

    Global info for all files registered with DuckDB

    interface DuckDBGlobalFileInfo {
        allowFullHttpReads?: boolean;
        cacheEpoch: number;
        forceFullHttpReads?: boolean;
        reliableHeadRequests?: boolean;
        s3Config?: S3Config;
    }
    Index

    Properties

    allowFullHttpReads?: boolean
    cacheEpoch: number
    forceFullHttpReads?: boolean
    reliableHeadRequests?: boolean
    s3Config?: S3Config