Click or drag to resize
AzureIndexStatistics Constructor
Initializes Azure index statistics.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 13.0.131
Syntax
C#
public AzureIndexStatistics(
	long documentCount,
	long size
)

Parameters

documentCount
Type: SystemInt64
Number of indexed documents.
size
Type: SystemInt64
Size of the index.
See Also