Interface DuckDBFilesystemConfig

interface DuckDBFilesystemConfig {
    allowFullHTTPReads?: boolean;
}

Properties

allowFullHTTPReads?: boolean

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

Generated using TypeDoc