JobStepExecutionOptions.MaximumRetryIntervalSeconds Property

Definition

Gets or sets the maximum amount of time to wait between retries for job step execution.

[Newtonsoft.Json.JsonProperty(PropertyName="maximumRetryIntervalSeconds")]
public int? MaximumRetryIntervalSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maximumRetryIntervalSeconds")>]
member this.MaximumRetryIntervalSeconds : Nullable<int> with get, set
Public Property MaximumRetryIntervalSeconds As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to