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.
Retrieves all the crawl history records from within a specified time window.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetCrawlHistory ( _
bTime As DateTime, _
eTime As DateTime _
) As DataTable
'Usage
Dim instance As CrawlHistory
Dim bTime As DateTime
Dim eTime As DateTime
Dim returnValue As DataTable
returnValue = instance.GetCrawlHistory(bTime, _
eTime)
public DataTable GetCrawlHistory(
DateTime bTime,
DateTime eTime
)
Parameters
- bTime
Type: System.DateTime
Beginning of time window for filtering the result set. Accepts DateTime.MinValue instead of NULL.
- eTime
Type: System.DateTime
End of time window for filtering the result set. Accepts DateTime.MinValue instead of NULL.
Return Value
Type: System.Data.DataTable
A [DataTableT:System.Data.DataTable] object with a column that represents the following columns in the database, sorted in chronological order: CrawlID, ContentSourceID, ProjectID, CrawlType, RequestTime, Status, StartTime, EndTime, SuccessCount, ErrorCount, WarningCount.