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 | The type of dependency reference. |
Inherited Properties
| reference |
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
The type of dependency reference.
type: "TumblingWindowTriggerDependencyReference"
Property Value
"TumblingWindowTriggerDependencyReference"
Inherited Property Details
referenceTrigger
Referenced trigger.
referenceTrigger: TriggerReference
Property Value
Inherited From TriggerDependencyReference.referenceTrigger