TaskCreateV1
algoliasearch.ingestion.TaskCreateV1
case class TaskCreateV1(sourceID: String, destinationID: String, trigger: TaskCreateTrigger, action: ActionType, enabled: Option[Boolean], failureThreshold: Option[Int], input: Option[TaskInput], cursor: Option[String])
API request body for creating a task using the V1 shape, please use methods and types that don't contain the V1 suffix.
Value parameters
- cursor
-
Date of the last cursor in RFC 3339 format.
- destinationID
-
Universally unique identifier (UUID) of a destination resource.
- enabled
-
Whether the task is enabled.
- failureThreshold
-
Maximum accepted percentage of failures for a task run to finish successfully.
- sourceID
-
Universally uniqud identifier (UUID) of a source.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article