Files
lancedb/docs/src/javascript/interfaces/CompactionMetrics.md
Lei Xu 9a9fc77a95 doc: improve docs for nodejs connect functions (#833)
* improve the docstring for NodeJS connect functions and
`ConnectOptions` parameters.
* Simplify `npm run build` steps.
2024-01-19 16:07:53 -08:00

1.2 KiB

vectordb / Exports / CompactionMetrics

Interface: CompactionMetrics

Table of contents

Properties

Properties

filesAdded

filesAdded: number

The number of files added. This is typically equal to the number of fragments added.

Defined in

index.ts:933


filesRemoved

filesRemoved: number

The number of files that were removed. Each fragment may have more than one file.

Defined in

index.ts:928


fragmentsAdded

fragmentsAdded: number

The number of new fragments that were created.

Defined in

index.ts:923


fragmentsRemoved

fragmentsRemoved: number

The number of fragments that were removed.

Defined in

index.ts:919