CrawlHistory Members
Include Protected Members
Include Inherited Members
Contains statistics for each crawl. See How to: Programmatically Export the Crawl History to a CSV File for more information about how to use this class.
The CrawlHistory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CrawlHistory | Creates an instance of a CrawlHistory object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCrawlHistory() | Retrieves all crawl history records for the last 7-day period. | |
GetCrawlHistory(Int32) | Retrieves all the crawl history records up to a specified number for the last 7-day period. | |
GetCrawlHistory(CrawlHistory.CrawlStatus) | Retrieves all crawl history records for crawls with a specified crawl status for the last 7-day period. | |
GetCrawlHistory(DateTime, DateTime) | Retrieves all the crawl history records from within a specified time window. | |
GetCrawlHistory(Int32, DateTime, DateTime, CrawlHistory.CrawlStatus) | Retrieves all the crawl history records up to a specified number, from within a specified time window, and for crawls with a specified status. | |
GetHashCode | (Inherited from Object.) | |
GetLastCompletedCrawlHistory | Retrieves the last completed crawl history record for a specified content source. | |
GetNDayAvgStats | Returns average statistics for all crawls on a content source from a date that is a specified number of days in the past. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top