Tumbling Window Trigger Response
data class TumblingWindowTriggerResponse(val annotations: List<Any>? = null, val delay: Any? = null, val dependsOn: List<Any>? = null, val description: String? = null, val endTime: String? = null, val frequency: String, val interval: Int, val maxConcurrency: Int, val pipeline: TriggerPipelineReferenceResponse, val retryPolicy: RetryPolicyResponse? = null, val runtimeState: String, val startTime: String, val type: String)
Trigger that schedules pipeline runs for all fixed time interval windows from a start time without gaps and also supports backfill scenarios (when start time is in the past).
Constructors
Link copied to clipboard
fun TumblingWindowTriggerResponse(annotations: List<Any>? = null, delay: Any? = null, dependsOn: List<Any>? = null, description: String? = null, endTime: String? = null, frequency: String, interval: Int, maxConcurrency: Int, pipeline: TriggerPipelineReferenceResponse, retryPolicy: RetryPolicyResponse? = null, runtimeState: String, startTime: String, type: String)