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.
public class RerunTumblingWindowTrigger : Azure.ResourceManager.DataFactory.Models.DataFactoryTriggerProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.RerunTumblingWindowTrigger>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.RerunTumblingWindowTrigger>
public class RerunTumblingWindowTrigger : Azure.ResourceManager.DataFactory.Models.DataFactoryTriggerProperties
type RerunTumblingWindowTrigger = class
inherit DataFactoryTriggerProperties
interface IJsonModel<RerunTumblingWindowTrigger>
interface IPersistableModel<RerunTumblingWindowTrigger>
type RerunTumblingWindowTrigger = class
inherit DataFactoryTriggerProperties
Public Class RerunTumblingWindowTrigger
Inherits DataFactoryTriggerProperties
Implements IJsonModel(Of RerunTumblingWindowTrigger), IPersistableModel(Of RerunTumblingWindowTrigger)
Public Class RerunTumblingWindowTrigger
Inherits DataFactoryTriggerProperties
- Inheritance
- Implements
Constructors
RerunTumblingWindowTrigger(BinaryData, DateTimeOffset, DateTimeOffset, Int32) |
Initializes a new instance of RerunTumblingWindowTrigger. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Annotations |
List of tags that can be used for describing the trigger. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Description |
Trigger description. (Inherited from DataFactoryTriggerProperties) |
ParentTrigger |
The parent trigger reference. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
RequestedEndOn |
The end time for the time period for which restatement is initiated. Only UTC time is currently supported. |
RequestedStartOn |
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 DataFactoryTriggerProperties) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from DataFactoryTriggerProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET