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 in RFC3339 format.

failureThreshold

Maximum accepted percentage of failures for a task run to finish successfully.

finishedAt

Date of finish in RFC3339 format.

reason

More information about the task run's outcome.

runID

Universally unique identifier (UUID) of a task run.

startedAt

Date of start in RFC3339 format.

taskID

Universally unique identifier (UUID) of a task.

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