TumblingWindowTriggerDependencyReference interface

Referenced tumbling window trigger dependency.

Extends

Properties

offset

Timespan applied to the start time of a tumbling window when evaluating dependency.

size

The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.

type

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

Inherited Properties

referenceTrigger

Referenced trigger.

Property Details

offset

Timespan applied to the start time of a tumbling window when evaluating dependency.

offset?: string

Property Value

string

size

The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.

size?: string

Property Value

string

type

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

type: "TumblingWindowTriggerDependencyReference"

Property Value

"TumblingWindowTriggerDependencyReference"

Inherited Property Details

referenceTrigger

Referenced trigger.

referenceTrigger: TriggerReference

Property Value

Inherited From TriggerDependencyReference.referenceTrigger