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

Universally unique identifier (UUID) of an event.

parentID

The parent event, the cause of this event.

publishedAt

Date of publish RFC3339 format.

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