CrawlStorePartitionManager.CrawlStoresAreUnbalanced method

Check if the crawled content is evenly distributed across all of the crawl stores for this search service application.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function CrawlStoresAreUnbalanced As Boolean
'Usage
Dim instance As CrawlStorePartitionManager
Dim returnValue As Boolean

returnValue = instance.CrawlStoresAreUnbalanced()
public bool CrawlStoresAreUnbalanced()

Return value

Type: System.Boolean
Returns true if the standard deviation of the number of rows in the crawl stores for this SSA is greater than the threshold set by the SSA property 'CrawlStoreImbalanceThreshold', false otherwise.

See also

Reference

CrawlStorePartitionManager class

CrawlStorePartitionManager members

Microsoft.Office.Server.Search.Administration namespace