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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product