TumblingWindowTrigger Constructor
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.
Initializes a new instance of TumblingWindowTrigger.
public TumblingWindowTrigger (Azure.ResourceManager.DataFactory.Models.TriggerPipelineReference pipeline, Azure.ResourceManager.DataFactory.Models.TumblingWindowFrequency frequency, int interval, DateTimeOffset startOn, int maxConcurrency);
new Azure.ResourceManager.DataFactory.Models.TumblingWindowTrigger : Azure.ResourceManager.DataFactory.Models.TriggerPipelineReference * Azure.ResourceManager.DataFactory.Models.TumblingWindowFrequency * int * DateTimeOffset * int -> Azure.ResourceManager.DataFactory.Models.TumblingWindowTrigger
Public Sub New (pipeline As TriggerPipelineReference, frequency As TumblingWindowFrequency, interval As Integer, startOn As DateTimeOffset, maxConcurrency As Integer)
Parameters
- pipeline
- TriggerPipelineReference
Pipeline for which runs are created when an event is fired for trigger window that is ready.
- frequency
- TumblingWindowFrequency
The frequency of the time windows.
- interval
- Int32
The interval of the time windows. The minimum interval allowed is 15 Minutes.
- startOn
- DateTimeOffset
The start time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.
- maxConcurrency
- Int32
The max number of parallel time windows (ready for execution) for which a new run is triggered.
Exceptions
pipeline
is null.
Applies to
Azure SDK for .NET