GetIndexStatisticsResult Class

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

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
GetIndexStatisticsResult

Constructor

GetIndexStatisticsResult(**kwargs)

Variables

document_count
<xref:long>

Required. The number of documents in the index.

storage_size
<xref:long>

Required. The amount of storage in bytes consumed by the index.