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

Optional documentCount

documentCount: undefined | number

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

Optional storageSize

storageSize: undefined | 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