mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-27 15:12:53 +00:00
31 lines
585 B
Markdown
31 lines
585 B
Markdown
[vectordb](../README.md) / [Exports](../modules.md) / ConnectionOptions
|
|
|
|
# Interface: ConnectionOptions
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [awsCredentials](ConnectionOptions.md#awscredentials)
|
|
- [uri](ConnectionOptions.md#uri)
|
|
|
|
## Properties
|
|
|
|
### awsCredentials
|
|
|
|
• `Optional` **awsCredentials**: [`AwsCredentials`](AwsCredentials.md)
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:40](https://github.com/lancedb/lancedb/blob/b1eeb90/node/src/index.ts#L40)
|
|
|
|
___
|
|
|
|
### uri
|
|
|
|
• **uri**: `string`
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:39](https://github.com/lancedb/lancedb/blob/b1eeb90/node/src/index.ts#L39)
|