Click or drag to resize
AzureIndexStatistics Class
Encapsulates statistics of an Azure index.
Inheritance Hierarchy
SystemObject
  CMS.Search.AzureAzureIndexStatistics

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

The AzureIndexStatistics type exposes the following members.

Constructors
  NameDescription
Public methodAzureIndexStatistics
Initializes Azure index statistics.
Top
Properties
  NameDescription
Public propertyDocumentCount
Gets the number of indexed documents.
Public propertySize
Gets the index size in bytes.
Top
See Also