Uses of Class
com.azure.resourcemanager.datafactory.models.RerunTumblingWindowTrigger
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of RerunTumblingWindowTrigger in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionRerunTumblingWindowTrigger.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the trigger.RerunTumblingWindowTrigger.withDescription
(String description) Set the description property: Trigger description.RerunTumblingWindowTrigger.withParentTrigger
(Object parentTrigger) Set the parentTrigger property: The parent trigger reference.RerunTumblingWindowTrigger.withRequestedEndTime
(OffsetDateTime requestedEndTime) Set the requestedEndTime property: The end time for the time period for which restatement is initiated.RerunTumblingWindowTrigger.withRequestedStartTime
(OffsetDateTime requestedStartTime) Set the requestedStartTime property: The start time for the time period for which restatement is initiated.RerunTumblingWindowTrigger.withRerunConcurrency
(int rerunConcurrency) Set the rerunConcurrency property: The max number of parallel time windows (ready for execution) for which a rerun is triggered.