Interface DuckDBFilesystemConfig

interface DuckDBFilesystemConfig {
    allowFullHTTPReads?: boolean;
    forceFullHTTPReads?: boolean;
    reliableHeadRequests?: boolean;
}

Properties

allowFullHTTPReads?: boolean

Allow falling back to full HTTP reads if the server does not support range requests.

forceFullHTTPReads?: boolean

Force use of full HTTP reads, suppressing range requests.

reliableHeadRequests?: boolean