HostDistributionRuleCollection Members
Include Protected Members
Include Inherited Members
Provides methods to access the collection of the HostDistributionRule objects of the Search service application.
The HostDistributionRuleCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HostDistributionRuleCollection | Initializes a new instance of the HostDistributionRuleCollection in the context of the specified parent. |
Top
Properties
Name | Description | |
---|---|---|
Item | Gets the HostDistributionRule with the specified host name. |
Top
Methods
Name | Description | |
---|---|---|
AddRule(String, CrawlStore) | Adds a new HostDistributionRule to the Search service application and caches it to the HostDistributionRuleCollection object. | |
AddRule(String, Guid) | Adds a new HostDistributionRule to the Search service application and caches it to the HostDistributionRuleCollection object. | |
AutoRebalancing | Balances the hosts in each crawl store based on the number of documents in each crawl store. | |
Commit | Commits all the uncommitted host distribution rules. | |
EditRule | Edits the specified HostDistributionRule in the Search service application. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates the HostDistributionRuleCollection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveRule | Removes the specified HostDistributionRule from the Search service application and the collection. | |
ToString | (Inherited from Object.) |
Top