TumblingWindowTriggerDependencyReference Class
Referenced tumbling window trigger dependency.
Constructor
TumblingWindowTriggerDependencyReference(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
reference_trigger
|
Referenced trigger. Required. |
|
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. Required. Default value is "TumblingWindowTriggerDependencyReference". |
Attributes
offset
Timespan applied to the start time of a tumbling window when evaluating dependency.
offset: str | None
size
The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used.
size: str | None
type
The type of dependency reference. Required. Default value is "TumblingWindowTriggerDependencyReference".
type: Literal['TumblingWindowTriggerDependencyReference']