mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-16 16:52:57 +00:00
56 lines
555 B
Markdown
56 lines
555 B
Markdown
[**@lancedb/lancedb**](../README.md) • **Docs**
|
|
|
|
***
|
|
|
|
[@lancedb/lancedb](../globals.md) / ClientConfig
|
|
|
|
# Interface: ClientConfig
|
|
|
|
## Properties
|
|
|
|
### extraHeaders?
|
|
|
|
```ts
|
|
optional extraHeaders: Record<string, string>;
|
|
```
|
|
|
|
***
|
|
|
|
### idDelimiter?
|
|
|
|
```ts
|
|
optional idDelimiter: string;
|
|
```
|
|
|
|
***
|
|
|
|
### retryConfig?
|
|
|
|
```ts
|
|
optional retryConfig: RetryConfig;
|
|
```
|
|
|
|
***
|
|
|
|
### timeoutConfig?
|
|
|
|
```ts
|
|
optional timeoutConfig: TimeoutConfig;
|
|
```
|
|
|
|
***
|
|
|
|
### tlsConfig?
|
|
|
|
```ts
|
|
optional tlsConfig: TlsConfig;
|
|
```
|
|
|
|
***
|
|
|
|
### userAgent?
|
|
|
|
```ts
|
|
optional userAgent: string;
|
|
```
|