RerunTumblingWindowTrigger Class
Trigger that schedules pipeline reruns for all fixed time interval windows from a requested start time to requested end time.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.TriggerRerunTumblingWindowTrigger
Constructor
RerunTumblingWindowTrigger(*, parent_trigger: MutableMapping[str, Any], requested_start_time: datetime, requested_end_time: datetime, rerun_concurrency: int, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, description: str | None = None, annotations: List[MutableMapping[str, Any]] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
description
|
Trigger description. |
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the trigger. |
parent_trigger
|
<xref:JSON>
The parent trigger reference. Required. |
requested_start_time
|
The start time for the time period for which restatement is initiated. Only UTC time is currently supported. Required. |
requested_end_time
|
The end time for the time period for which restatement is initiated. Only UTC time is currently supported. Required. |
rerun_concurrency
|
The max number of parallel time windows (ready for execution) for which a rerun is triggered. Required. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
Trigger type. Required. |
description
|
Trigger description. |
runtime_state
|
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Known values are: "Started", "Stopped", and "Disabled". |
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the trigger. |
parent_trigger
|
<xref:JSON>
The parent trigger reference. Required. |
requested_start_time
|
The start time for the time period for which restatement is initiated. Only UTC time is currently supported. Required. |
requested_end_time
|
The end time for the time period for which restatement is initiated. Only UTC time is currently supported. Required. |
rerun_concurrency
|
The max number of parallel time windows (ready for execution) for which a rerun is triggered. Required. |
Azure SDK for Python