Click or drag to resize
SearchServiceManagerGetStatistics Method
Gets index statistics from Azure Search service.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 12.0.0
Syntax
C#
public IndexGetStatisticsResult GetStatistics(
	string indexName
)

Parameters

indexName
Type: SystemString
Name of index to retrieve statistics for. The name must meet the service's requirements (e.g. lowercase string, no starting or trailing dash).

Return Value

Type: IndexGetStatisticsResult
Statistics of index named indexName.
See Also