Run

algoliasearch.ingestion.Run
case class Run(runID: String, appID: String, taskID: String, status: RunStatus, progress: Option[RunProgress], outcome: Option[RunOutcome], failureThreshold: Option[Int], reason: Option[String], reasonCode: Option[RunReasonCode], `type`: RunType, createdAt: String, startedAt: Option[String], finishedAt: Option[String])

Run

Value parameters

createdAt

Date of creation (RFC3339 format).

failureThreshold

A percentage representing the accepted failure threshold to determine if a run succeeded or not.

finishedAt

Date of finish (RFC3339 format).

reason

Explains the result of outcome.

runID

The run UUID.

startedAt

Date of start (RFC3339 format).

taskID

The task 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