SelfDependencyTumblingWindowTriggerReference Class
Self referenced tumbling window trigger dependency.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.DependencyReferenceSelfDependencyTumblingWindowTriggerReference
Constructor
SelfDependencyTumblingWindowTriggerReference(*, offset: str, size: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
offset
|
Timespan applied to the start time of a tumbling window when evaluating dependency. Required. |
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. |
offset
|
Timespan applied to the start time of a tumbling window when evaluating dependency. Required. |
size
|
The size of the window when evaluating the dependency. If undefined the frequency of the tumbling window will be used. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python