IndexStatisticsSummary interface
Statistics for a given index. Statistics are collected periodically and are not guaranteed to always be up-to-date.
Properties
| document |
The number of documents in the index. |
| name | The name of the index. |
| storage |
The amount of storage in bytes consumed by the index. |
| vector |
The amount of memory in bytes consumed by vectors in the index. |
Property Details
documentCount
The number of documents in the index.
documentCount: number
Property Value
number
name
The name of the index.
name: string
Property Value
string
storageSize
The amount of storage in bytes consumed by the index.
storageSize: number
Property Value
number
vectorIndexSize
The amount of memory in bytes consumed by vectors in the index.
vectorIndexSize: number
Property Value
number