CrawlTopology Members
Include Protected Members
Include Inherited Members
Contains the crawl components for a given topology that provide the crawling functionality for a Search service application.
The CrawlTopology type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActivationError | Gets the error message of the crawl topology activation. | |
CrawlComponents | Gets the collection of crawl components associated with the current crawl topology. | |
CreationDate | Gets the date and time when the crawl topology was created. | |
Id | Gets the identifier ID of the crawl topology. | |
State | Gets the current state of the crawl topology. |
Top
Methods
Name | Description | |
---|---|---|
Activate | Activates the crawl topology for the Search service application. | |
BeginActivate | Starts the timer job for activating the crawl topology. | |
CancelActivate | Cancels activation of the crawl topology for the Search service application. | |
Delete | Deletes the crawl topology for the Search service application. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top