次の方法で共有


IntegrationRuntimeDataFlowProperties.TimeToLive プロパティ

定義

データ フロー ジョブを実行するクラスターの有効期間 (分単位) 設定を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象