Class RerunTumblingWindowTriggerActionParameters

java.lang.Object
com.azure.analytics.synapse.artifacts.models.RerunTumblingWindowTriggerActionParameters

public final class RerunTumblingWindowTriggerActionParameters extends Object
Rerun tumbling window trigger Parameters.
  • Constructor Details

    • RerunTumblingWindowTriggerActionParameters

      public RerunTumblingWindowTriggerActionParameters()
  • Method Details

    • getStartTime

      public OffsetDateTime getStartTime()
      Get the startTime property: The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
      Returns:
      the startTime value.
    • setStartTime

      Set the startTime property: The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
      Parameters:
      startTime - the startTime value to set.
      Returns:
      the RerunTumblingWindowTriggerActionParameters object itself.
    • getEndTime

      public OffsetDateTime getEndTime()
      Get the endTime property: The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
      Returns:
      the endTime value.
    • setEndTime

      Set the endTime property: The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
      Parameters:
      endTime - the endTime value to set.
      Returns:
      the RerunTumblingWindowTriggerActionParameters object itself.
    • getMaxConcurrency

      public int getMaxConcurrency()
      Get the maxConcurrency property: The max number of parallel time windows (ready for execution) for which a rerun is triggered.
      Returns:
      the maxConcurrency value.
    • setMaxConcurrency

      public RerunTumblingWindowTriggerActionParameters setMaxConcurrency(int maxConcurrency)
      Set the maxConcurrency property: The max number of parallel time windows (ready for execution) for which a rerun is triggered.
      Parameters:
      maxConcurrency - the maxConcurrency value to set.
      Returns:
      the RerunTumblingWindowTriggerActionParameters object itself.