SourceWatchResponse
algoliasearch.ingestion.SourceWatchResponse
case class SourceWatchResponse(runID: Option[String], data: Option[Seq[Any]], events: Option[Seq[Event]], message: String)
SourceWatchResponse
Value parameters
- data
-
depending on the source type, the validation returns sampling data of your source (JSON, CSV, BigQuery).
- events
-
in case of error, observability events will be added to the response, if any.
- message
-
a message describing the outcome of a validate run.
- runID
-
Universally unique identifier (UUID) of a task run.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article