mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-13 07:12:57 +00:00
* improve the docstring for NodeJS connect functions and `ConnectOptions` parameters. * Simplify `npm run build` steps.
31 lines
597 B
Markdown
31 lines
597 B
Markdown
[vectordb](../README.md) / [Exports](../modules.md) / IndexStats
|
|
|
|
# Interface: IndexStats
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [numIndexedRows](IndexStats.md#numindexedrows)
|
|
- [numUnindexedRows](IndexStats.md#numunindexedrows)
|
|
|
|
## Properties
|
|
|
|
### numIndexedRows
|
|
|
|
• **numIndexedRows**: ``null`` \| `number`
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:478](https://github.com/lancedb/lancedb/blob/c89d5e6/node/src/index.ts#L478)
|
|
|
|
___
|
|
|
|
### numUnindexedRows
|
|
|
|
• **numUnindexedRows**: ``null`` \| `number`
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:479](https://github.com/lancedb/lancedb/blob/c89d5e6/node/src/index.ts#L479)
|