SiteHitRule Members
Include Protected Members
Include Inherited Members
Represents a site hit rule, which is used by the Enterprise Search Index engine to determine how many simultaneous requests are allowed, and the time interval between sequential requests, for a specified server.
The SiteHitRule type exposes the following members.
Properties
Name | Description | |
---|---|---|
Behavior | Gets or sets the site hit rule type. | |
HitRate | Gets or sets the hit rate, which represents the number of simultaneous requests allowed, or the interval between sequential requests, for a specified server. | |
Site | Gets the site that the rule applies to. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the site hit rule. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update | Updates the site hit rule. |
Top