Click or drag to resize
IIndexStatistics Interface
Encapsulates statistics of an index.

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

The IIndexStatistics type exposes the following members.

Properties
  NameDescription
Public propertyDocumentCount
Gets the number of indexed documents.
Public propertySize
Gets the index size in bytes.
Top
See Also