Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RerunTumblingWindowTrigger

Package version

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

Hierarchy

  • Trigger
    • RerunTumblingWindowTrigger

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

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

Optional description

description: undefined | string

Trigger description.

parentTrigger

parentTrigger: any

The parent trigger reference.

requestedEndTime

requestedEndTime: Date

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

requestedStartTime

requestedStartTime: Date

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

rerunConcurrency

rerunConcurrency: number

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

Optional runtimeState

runtimeState: TriggerRuntimeState

Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. NOTE: This property will not be serialized. It can only be populated by the server.

type

type: "RerunTumblingWindowTrigger"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc