AzureIndexStatistics Constructor |
Initializes Azure index statistics.
Namespace: CMS.Search.AzureAssembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 12.0.0
Syntax public AzureIndexStatistics(
long documentCount,
long size
)
Parameters
- documentCount
- Type: SystemInt64
Number of indexed documents. - size
- Type: SystemInt64
Size of the index.
See Also