RerunTumblingWindowTrigger interface

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

Extends

Properties

parentTrigger

The parent trigger reference.

requestedEndTime

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

requestedStartTime

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

rerunConcurrency

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

type

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

Inherited Properties

annotations

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

description

Trigger description.

runtimeState

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.

Property Details

parentTrigger

The parent trigger reference.

parentTrigger: any

Property Value

any

requestedEndTime

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

requestedEndTime: Date

Property Value

Date

requestedStartTime

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

requestedStartTime: Date

Property Value

Date

rerunConcurrency

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

rerunConcurrency: number

Property Value

number

type

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

type: "RerunTumblingWindowTrigger"

Property Value

"RerunTumblingWindowTrigger"

Inherited Property Details

annotations

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

annotations?: any[]

Property Value

any[]

Inherited From Trigger.annotations

description

Trigger description.

description?: string

Property Value

string

Inherited From Trigger.description

runtimeState

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.

runtimeState?: string

Property Value

string

Inherited From Trigger.runtimeState