mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-12 14:52:57 +00:00
* improve the docstring for NodeJS connect functions and `ConnectOptions` parameters. * Simplify `npm run build` steps.
35 lines
636 B
Markdown
35 lines
636 B
Markdown
[vectordb](../README.md) / [Exports](../modules.md) / CleanupStats
|
|
|
|
# Interface: CleanupStats
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [bytesRemoved](CleanupStats.md#bytesremoved)
|
|
- [oldVersions](CleanupStats.md#oldversions)
|
|
|
|
## Properties
|
|
|
|
### bytesRemoved
|
|
|
|
• **bytesRemoved**: `number`
|
|
|
|
The number of bytes removed from disk.
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:878](https://github.com/lancedb/lancedb/blob/c89d5e6/node/src/index.ts#L878)
|
|
|
|
___
|
|
|
|
### oldVersions
|
|
|
|
• **oldVersions**: `number`
|
|
|
|
The number of old table versions removed.
|
|
|
|
#### Defined in
|
|
|
|
[index.ts:882](https://github.com/lancedb/lancedb/blob/c89d5e6/node/src/index.ts#L882)
|