CrawlLogFilters Members
Include Protected Members
Include Inherited Members
Contains all the filters for manipulating the crawl log data.
The CrawlLogFilters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CrawlLogFilters | Initializes a new instance of the CrawlLogFilters class. |
Top
Methods
Name | Description | |
---|---|---|
AddFilter(CatalogType) | Applies the specified catalog type filter to the crawl log data. | |
AddFilter(MessageType) | Applies the specified message type filter to the crawl log data. | |
AddFilter(DateTime, DateTime) | Applies the crawl log filter based on the specified start and end time. | |
AddFilter(CrawlLogFilterProperty, Int32) | Applies the specified filter property to the crawl log data. | |
AddFilter(CrawlLogFilterProperty, StringFilterOperator, String) | Applies the specified filter property and operator to the crawl log data. | |
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