次の方法で共有


VaultPatchProperties.SoftDeleteRetentionInDays プロパティ

定義

softDelete データ保有日数を取得または設定します。 gt;=7 および <=90 を受け入れます&。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象