mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 06:39:57 +00:00
`indexStats` still referenced UUID even though in https://github.com/lancedb/lancedb/pull/1702 we changed it to take name instead.
42 lines
838 B
Markdown
42 lines
838 B
Markdown
[vectordb](../README.md) / [Exports](../modules.md) / DefaultWriteOptions
|
|
|
|
# Class: DefaultWriteOptions
|
|
|
|
Write options when creating a Table.
|
|
|
|
## Implements
|
|
|
|
- [`WriteOptions`](../interfaces/WriteOptions.md)
|
|
|
|
## Table of contents
|
|
|
|
### Constructors
|
|
|
|
- [constructor](DefaultWriteOptions.md#constructor)
|
|
|
|
### Properties
|
|
|
|
- [writeMode](DefaultWriteOptions.md#writemode)
|
|
|
|
## Constructors
|
|
|
|
### constructor
|
|
|
|
• **new DefaultWriteOptions**()
|
|
|
|
## Properties
|
|
|
|
### writeMode
|
|
|
|
• **writeMode**: [`WriteMode`](../enums/WriteMode.md) = `WriteMode.Create`
|
|
|
|
A [WriteMode](../enums/WriteMode.md) to use on this operation
|
|
|
|
#### Implementation of
|
|
|
|
[WriteOptions](../interfaces/WriteOptions.md).[writeMode](../interfaces/WriteOptions.md#writemode)
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:1359](https://github.com/lancedb/lancedb/blob/92179835/node/src/index.ts#L1359)
|