ReadWriteDatabase.SoftDeletePeriod Property

Definition

Gets or sets the time the data should be kept before it stops being accessible to queries in 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to