Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetIndexStatisticsResult

Package version

Statistics for a given index. Statistics are collected periodically and are not guaranteed to always be up-to-date.

Hierarchy

  • GetIndexStatisticsResult

Index

Properties

documentCount

documentCount: number

The number of documents in the index. NOTE: This property will not be serialized. It can only be populated by the server.

storageSize

storageSize: number

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.

Generated using TypeDoc