CrawlStorePartitionManager.GetHypotheticalPartitionMoves method

Get a list of partition moves that would rebalance the data across the crawl stores of 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 GetHypotheticalPartitionMoves As String()
'Usage
Dim instance As CrawlStorePartitionManager
Dim returnValue As String()

returnValue = instance.GetHypotheticalPartitionMoves()
public string[] GetHypotheticalPartitionMoves()

Return value

Type: []
Returns an array of strings where each element is a description of a single partition move. If crawl stores are not imbalanced, this will return an empty array.

See also

Reference

CrawlStorePartitionManager class

CrawlStorePartitionManager members

Microsoft.Office.Server.Search.Administration namespace