Interface WebFile

interface WebFile {
    allowFullHttpReads?: boolean;
    collectStatistics?: boolean;
    dataNativeFd?: number;
    dataProtocol: DuckDBDataProtocol;
    dataUrl?: string;
    fileId?: number;
    fileName: string;
    fileSize?: number;
}

Properties

allowFullHttpReads?: boolean
collectStatistics?: boolean
dataNativeFd?: number
dataProtocol: DuckDBDataProtocol
dataUrl?: string
fileId?: number
fileName: string
fileSize?: number

Generated using TypeDoc