Connector Statistics
This topic describes additional statistics that connectors return through the GetStatistics service action.
File System Connector
Connector Class | |
---|---|
Statistic | Description |
NewFiles
|
The number of new files found by the connector. |
FilesAnalyzed
|
The number of files the connector has seen (which may be changed or unchanged). |
DirectoriesRejected
|
The number of folders that the connector did not process due to the task configuration. |
FilesRejected
|
The number of files that the connector did not process due to the task configuration. |
SharePoint OData Connector
Connector Class | |
---|---|
Statistic | Description |
ProcessingSites
|
The number of sites to be processed by the connector. |
ProcessingLists
|
The number of lists to be processed by the connector. |
ProcessingListItems
|
The number of list items to be processed by the connector. |
SharePoint Remote Connector
Connector Class | |
---|---|
Statistic | Description |
ProcessingSites
|
The number of sites to be processed by the connector. |
ProcessingLists
|
The number of lists to be processed by the connector. |
ProcessingListItems
|
The number of list items to be processed by the connector. |
Web Connector
Connector Class | |
---|---|
Statistic | Description |
HTTPReceiveBytes
|
The number of bytes downloaded by the connector. |
PagesAnalyzed
|
The number of pages that the connector has seen. |
PagesNotRequested
|
The number of pages that the connector did not request (because they were excluded by the robots exclusion protocol or by configuration parameters such as SpiderCantHaveRegex and SpiderMustHaveRegex ). |
PagesNotFound
|
The number of pages for which the connector received an HTTP 404 (not found) response. |
PagesNotModified
|
The number of pages that the connector requested but were not modified and therefore not ingested. |
PagesRejected
|
The number of pages that the connector rejected due to the task configuration. |
PageRequestErrors
|
The number of pages that the connector requested but encountered an error. |