CrawlStorePartitionManager.BeginCrawlStoreRebalancing method

Start rebalancing content across crawl stores.

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

Syntax

'Declaration
Public Function BeginCrawlStoreRebalancing As Nullable(Of Guid)
'Usage
Dim instance As CrawlStorePartitionManager
Dim returnValue As Nullable(Of Guid)

returnValue = instance.BeginCrawlStoreRebalancing()
public Nullable<Guid> BeginCrawlStoreRebalancing()

Return value

Type: System.Nullable<Guid>
Returns the change ID if the rebalancing is started successfully, or null if a rebalancing is not needed. Throws an InvalidOperationException if a rebalancing was needed, but we failed to register it.

See also

Reference

CrawlStorePartitionManager class

CrawlStorePartitionManager members

Microsoft.Office.Server.Search.Administration namespace