Click or drag to resize
AzureIndexStatisticsProvider Class
Provides statistics of Azure Search indexes.
Inheritance Hierarchy
SystemObject
  CMS.Search.AzureAzureIndexStatisticsProvider

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 11.0.0
Syntax
C#
public class AzureIndexStatisticsProvider : IIndexStatisticsProvider

The AzureIndexStatisticsProvider type exposes the following members.

Constructors
  NameDescription
Public methodAzureIndexStatisticsProvider
Top
Methods
  NameDescription
Public methodGetStatistics
Gets statistics of an Azure index.
Top
See Also