Interface DuckDBGlobalFileInfo

Global info for all files registered with DuckDB

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

Properties

allowFullHttpReads?: boolean
cacheEpoch: number
s3Config?: S3Config

Generated using TypeDoc