次の方法で共有


IntegrationRuntimeDataFlowProperties.Cleanup プロパティ

定義

取得または設定されたクラスターはリサイクルされず、これが false に設定されている場合に TTL (有効期間) に達するまで、次のデータ フロー アクティビティ実行で使用されます。 既定値は true です。

[Newtonsoft.Json.JsonProperty(PropertyName="cleanup")]
public bool? Cleanup { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cleanup")>]
member this.Cleanup : Nullable<bool> with get, set
Public Property Cleanup As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象