Event

algoliasearch.ingestion.Event
case class Event(eventID: String, runID: String, parentID: Option[String], status: EventStatus, `type`: EventType, batchSize: Int, data: Option[Map[String, Any]], publishedAt: String)

An event describe a step of the task execution flow..

Value parameters

batchSize

The extracted record batch size.

eventID

The event UUID.

parentID

The parent event, the cause of this event.

publishedAt

Date of publish (RFC3339 format).

runID

The run UUID.

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