次の方法で共有


JobStepExecutionOptions.MaximumRetryIntervalSeconds プロパティ

定義

ジョブ ステップの実行の再試行の間に待機する最大時間を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象