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 Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.Trigger
RerunTumblingWindowTrigger

Constructor

RerunTumblingWindowTrigger(*, parent_trigger: Any, requested_start_time: datetime.datetime, requested_end_time: datetime.datetime, rerun_concurrency: int, additional_properties: Optional[Dict[str, Any]] = None, description: Optional[str] = None, annotations: Optional[List[Any]] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

type
str

Required. Trigger type.Constant filled by server.

description
str

Trigger description.

runtime_state
str or TriggerRuntimeState

Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Known values are: "Started", "Stopped", "Disabled".

annotations
list[any]

List of tags that can be used for describing the trigger.

parent_trigger
any

Required. The parent trigger reference.

requested_start_time
datetime

Required. The start time for the time period for which restatement is initiated. Only UTC time is currently supported.

requested_end_time
datetime

Required. The end time for the time period for which restatement is initiated. Only UTC time is currently supported.

rerun_concurrency
int

Required. The max number of parallel time windows (ready for execution) for which a rerun is triggered.