ReadWriteDatabase.SoftDeletePeriod プロパティ

定義

TimeSpan のクエリへのアクセスを停止する前にデータを保持する必要がある時間を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象