2.2.4.2 ContentSourceDynamicPropsInternal

The ContentSourceDynamicPropsInternal type represents crawl status information for a content source.

 <s:complexType name="ContentSourceDynamicPropsInternal">
   <s:sequence>
     <s:element name="crawlStatus" type="s:int"/>
     <s:element name="crawlStarted" type="s:dateTime"/>
     <s:element name="crawlCompleted" type="s:dateTime"/>
     <s:element name="errorCount" type="s:int"/>
     <s:element name="crawlSuccesses" type="s:int"/>
   </s:sequence>
 </s:complexType>

crawlStatus: The crawl status. MUST be one of the following values:

Value

Meaning

0

No crawl is in progress.

1

A full crawl is in progress.

2

The crawl is paused, and no further activity will take place for the current crawl until the crawl is resumed.

4

The crawl is resuming after system startup.

5

The crawler application is shutting down, because the search service was stopped.

6

An incremental crawl is in progress.

8

The crawl is being stopped.  The request to stop the crawl has been received, but the crawl hasn’t stopped yet.

9

The crawl is being paused. The request to pause the crawl has been received, but the crawl hasn’t paused yet.

crawlStarted: The start time for the most recent crawl. If no crawls have been started for the content source yet, this element MUST contain the value of 1899-12-30T00:00:00.

crawlCompleted: The end time of the last finished crawl. If the content source has not been crawled, this element MUST contain the value of 1899-12-30T00:00:00.

errorCount: The number of items that the crawler failed to get crawl during the most recent crawl. errorCount MUST be greater than or equal to 0. If no crawls have been performed on the content source, the number MUST be 0.

crawlSuccesses: The number of items successfully crawled during the most recent crawl of the content source. crawlSuccesses MUST be greater than or equal to 0. If no crawls have been performed on the content source, the number MUST be 0.