Uses of Class
com.azure.resourcemanager.datafactory.models.TumblingWindowTrigger
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of TumblingWindowTrigger in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionTumblingWindowTrigger.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the trigger.Set the delay property: Specifies how long the trigger waits past due time before triggering new run.TumblingWindowTrigger.withDependsOn
(List<DependencyReference> dependsOn) Set the dependsOn property: Triggers that this trigger depends on.TumblingWindowTrigger.withDescription
(String description) Set the description property: Trigger description.TumblingWindowTrigger.withEndTime
(OffsetDateTime endTime) Set the endTime property: The end time for the time period for the trigger during which events are fired for windows that are ready.TumblingWindowTrigger.withFrequency
(TumblingWindowFrequency frequency) Set the frequency property: The frequency of the time windows.TumblingWindowTrigger.withInterval
(int interval) Set the interval property: The interval of the time windows.TumblingWindowTrigger.withMaxConcurrency
(int maxConcurrency) Set the maxConcurrency property: The max number of parallel time windows (ready for execution) for which a new run is triggered.TumblingWindowTrigger.withPipeline
(TriggerPipelineReference pipeline) Set the pipeline property: Pipeline for which runs are created when an event is fired for trigger window that is ready.TumblingWindowTrigger.withRetryPolicy
(RetryPolicy retryPolicy) Set the retryPolicy property: Retry policy that will be applied for failed pipeline runs.TumblingWindowTrigger.withStartTime
(OffsetDateTime startTime) Set the startTime property: The start time for the time period for the trigger during which events are fired for windows that are ready.