mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 14:49:57 +00:00
`indexStats` still referenced UUID even though in https://github.com/lancedb/lancedb/pull/1702 we changed it to take name instead.
28 lines
562 B
Markdown
28 lines
562 B
Markdown
[vectordb](../README.md) / [Exports](../modules.md) / WriteOptions
|
|
|
|
# Interface: WriteOptions
|
|
|
|
Write options when creating a Table.
|
|
|
|
## Implemented by
|
|
|
|
- [`DefaultWriteOptions`](../classes/DefaultWriteOptions.md)
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [writeMode](WriteOptions.md#writemode)
|
|
|
|
## Properties
|
|
|
|
### writeMode
|
|
|
|
• `Optional` **writeMode**: [`WriteMode`](../enums/WriteMode.md)
|
|
|
|
A [WriteMode](../enums/WriteMode.md) to use on this operation
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:1355](https://github.com/lancedb/lancedb/blob/92179835/node/src/index.ts#L1355)
|