@lancedb/lancedb • Docs
@lancedb/lancedb / RestNamespaceConfig
Interface: RestNamespaceConfig¶
Configuration for the built-in REST namespace ("rest").
The REST namespace talks to a remote catalog server over HTTP. See https://docs.lancedb.com/namespaces for the documented surface; less-common knobs (TLS, metrics) live under RestNamespaceConfig.extraProperties.
Properties¶
extraProperties?¶
Additional raw properties passed verbatim to the namespace
implementation (e.g. tls.*, ops_metrics_enabled, delimiter).
Typed fields above take precedence on key collision.
headers?¶
HTTP headers forwarded with each request. Keys are passed through
as-is (e.g. "x-api-key", "Authorization").
uri¶
Catalog endpoint URL.