TumblingWindowTriggerDependencyReference Class
Referenced tumbling window trigger dependency.
All required parameters must be populated in order to send to server.
Constructor
TumblingWindowTriggerDependencyReference(*, reference_trigger: _models.TriggerReference, offset: str | None = None, size: str | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
Variables
Name | Description |
---|---|
type
|
The type of dependency reference. Required. |
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. |
Azure SDK for Python