Aracılığıyla paylaş


RerunTumblingWindowTrigger Class

Definition

Trigger that schedules pipeline reruns for all fixed time interval windows from a requested start time to requested end time.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RerunTumblingWindowTrigger : Microsoft.Azure.Management.DataFactory.Models.Trigger
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RerunTumblingWindowTrigger = class
    inherit Trigger
Public Class RerunTumblingWindowTrigger
Inherits Trigger
Inheritance
RerunTumblingWindowTrigger
Attributes

Constructors

RerunTumblingWindowTrigger()

Initializes a new instance of the RerunTumblingWindowTrigger class.

RerunTumblingWindowTrigger(Object, DateTime, DateTime, Int32, IDictionary<String,Object>, String, String, IList<Object>)

Initializes a new instance of the RerunTumblingWindowTrigger class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from Trigger)
Annotations

Gets or sets list of tags that can be used for describing the trigger.

(Inherited from Trigger)
Description

Gets or sets trigger description.

(Inherited from Trigger)
ParentTrigger

Gets or sets the parent trigger reference.

RequestedEndTime

Gets or sets the end time for the time period for which restatement is initiated. Only UTC time is currently supported.

RequestedStartTime

Gets or sets the start time for the time period for which restatement is initiated. Only UTC time is currently supported.

RerunConcurrency

Gets or sets the max number of parallel time windows (ready for execution) for which a rerun is triggered.

RuntimeState

Gets indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Possible values include: 'Started', 'Stopped', 'Disabled'

(Inherited from Trigger)

Methods

Validate()

Validate the object.

Applies to