次の方法で共有


Cluster.EnablePurge プロパティ

定義

消去操作が有効かどうかを示すブール値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象