mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-08 21:02:58 +00:00
`indexStats` still referenced UUID even though in https://github.com/lancedb/lancedb/pull/1702 we changed it to take name instead.
53 lines
918 B
Markdown
53 lines
918 B
Markdown
[vectordb](../README.md) / [Exports](../modules.md) / IndexStatus
|
|
|
|
# Enumeration: IndexStatus
|
|
|
|
## Table of contents
|
|
|
|
### Enumeration Members
|
|
|
|
- [Done](IndexStatus.md#done)
|
|
- [Failed](IndexStatus.md#failed)
|
|
- [Indexing](IndexStatus.md#indexing)
|
|
- [Pending](IndexStatus.md#pending)
|
|
|
|
## Enumeration Members
|
|
|
|
### Done
|
|
|
|
• **Done** = ``"done"``
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:713](https://github.com/lancedb/lancedb/blob/92179835/node/src/index.ts#L713)
|
|
|
|
___
|
|
|
|
### Failed
|
|
|
|
• **Failed** = ``"failed"``
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:714](https://github.com/lancedb/lancedb/blob/92179835/node/src/index.ts#L714)
|
|
|
|
___
|
|
|
|
### Indexing
|
|
|
|
• **Indexing** = ``"indexing"``
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:712](https://github.com/lancedb/lancedb/blob/92179835/node/src/index.ts#L712)
|
|
|
|
___
|
|
|
|
### Pending
|
|
|
|
• **Pending** = ``"pending"``
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:711](https://github.com/lancedb/lancedb/blob/92179835/node/src/index.ts#L711)
|