RerunTumblingWindowTriggerResponse

data class RerunTumblingWindowTriggerResponse(val annotations: List<Any>? = null, val description: String? = null, val parentTrigger: Any, val requestedEndTime: String, val requestedStartTime: String, val rerunConcurrency: Int, val runtimeState: String, val type: String)

Trigger that schedules pipeline reruns for all fixed time interval windows from a requested start time to requested end time.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, description: String? = null, parentTrigger: Any, requestedEndTime: String, requestedStartTime: String, rerunConcurrency: Int, runtimeState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the trigger.

Link copied to clipboard
val description: String? = null

Trigger description.

Link copied to clipboard

The parent trigger reference.

Link copied to clipboard

The end time for the time period for which restatement is initiated. Only UTC time is currently supported.

Link copied to clipboard

The start time for the time period for which restatement is initiated. Only UTC time is currently supported.

Link copied to clipboard

The max number of parallel time windows (ready for execution) for which a rerun is triggered.

Link copied to clipboard

Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.

Link copied to clipboard

Trigger type. Expected value is 'RerunTumblingWindowTrigger'.