SearchIndexStatistics 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. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
The amount of storage in bytes consumed by the index. NOTE: This property will not be serialized. It can only be populated by the server. |
vector |
The amount of memory in bytes consumed by vectors in the index. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
documentCount
The number of documents in the index. NOTE: This property will not be serialized. It can only be populated by the server.
documentCount: number
Property Value
number
storageSize
The amount of storage in bytes consumed by the index. NOTE: This property will not be serialized. It can only be populated by the server.
storageSize: number
Property Value
number
vectorIndexSize
The amount of memory in bytes consumed by vectors in the index. NOTE: This property will not be serialized. It can only be populated by the server.
vectorIndexSize: number
Property Value
number