public class SourceStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | SourceStatus.StatusThe current status of the source crawl for this collection. | 
| Modifier and Type | Method and Description | 
|---|---|
| Date | getNextCrawl()Gets the nextCrawl. | 
| String | getStatus()Gets the status. | 
public String getStatus()
The current status of the source crawl for this collection. This field returns `not_configured` if the default configuration for this source does not have a **source** object defined.
- `running` indicates that a crawl to fetch more documents is in progress. - `complete` indicates that the crawl has completed with no errors. - `queued` indicates that the crawl has been paused by the system and will automatically restart when possible. - `unknown` indicates that an unidentified error has occured in the service.
public Date getNextCrawl()
Date in `RFC 3339` format indicating the time of the next crawl attempt.
Copyright © 2023 IBM Cloud. All rights reserved.