RerunTumblingWindowTrigger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Trigger that schedules pipeline reruns for all fixed time interval windows from a requested start time to requested end time.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RerunTumblingWindowTrigger+RerunTumblingWindowTriggerConverter))]
public class RerunTumblingWindowTrigger : Azure.Analytics.Synapse.Artifacts.Models.Trigger
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.RerunTumblingWindowTrigger+RerunTumblingWindowTriggerConverter))>]
type RerunTumblingWindowTrigger = class
inherit Trigger
Public Class RerunTumblingWindowTrigger
Inherits Trigger
- Inheritance
- Attributes
Constructors
RerunTumblingWindowTrigger(Object, DateTimeOffset, DateTimeOffset, Int32) |
Initializes a new instance of RerunTumblingWindowTrigger. |
Properties
AdditionalProperties |
Additional Properties. (Inherited from Trigger) |
Annotations |
List of tags that can be used for describing the trigger. (Inherited from Trigger) |
Description |
Trigger description. (Inherited from Trigger) |
ParentTrigger |
The parent trigger reference. |
RequestedEndTime |
The end time for the time period for which restatement is initiated. Only UTC time is currently supported. |
RequestedStartTime |
The start time for the time period for which restatement is initiated. Only UTC time is currently supported. |
RerunConcurrency |
The max number of parallel time windows (ready for execution) for which a rerun is triggered. |
RuntimeState |
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. (Inherited from Trigger) |
Applies to
Azure SDK for .NET