Preparing search index...
The search index is not available
DuckDB-WASM
DuckDB-WASM
index
DuckDBFileInfo
Interface DuckDBFileInfo
An info for a file registered with DuckDB
interface
DuckDBFileInfo
{
allowFullHttpReads
?:
boolean
;
cacheEpoch
:
number
;
dataProtocol
:
DuckDBDataProtocol
;
dataUrl
:
null
|
string
;
fileId
:
number
;
fileName
:
string
;
reliableHeadRequests
?:
boolean
;
s3Config
?:
S3Config
;
}
Index
Properties
allow
Full
Http
Reads?
cache
Epoch
data
Protocol
data
Url
file
Id
file
Name
reliable
Head
Requests?
s3
Config?
Properties
Optional
allow
Full
Http
Reads
allow
Full
Http
Reads
?:
boolean
cache
Epoch
cache
Epoch
:
number
data
Protocol
data
Protocol
:
DuckDBDataProtocol
data
Url
data
Url
:
null
|
string
file
Id
file
Id
:
number
file
Name
file
Name
:
string
Optional
reliable
Head
Requests
reliable
Head
Requests
?:
boolean
Optional
s3
Config
s3
Config
?:
S3Config
Settings
Member Visibility
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
allow
Full
Http
Reads
cache
Epoch
data
Protocol
data
Url
file
Id
file
Name
reliable
Head
Requests
s3
Config
DuckDB-WASM
Loading...
An info for a file registered with DuckDB