Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the summary property types for the GetCrawlSummaryByHost() method of the LogViewer class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Enumeration CrawlLogSummaryProperty
'Usage
Dim instance As CrawlLogSummaryProperty
public enum CrawlLogSummaryProperty
Members
| Member name | Description | |
|---|---|---|
| HostName | Specifies the host name summary property. | |
| SuccessCount | Specifies the success count summary property. | |
| WarningCount | Specifies the warning count summary property. | |
| ErrorCount | Specifies the error count summary property. | |
| TotalCount | Specifies the total count summary property. |