ReadOnlyFollowingDatabase.SoftDeletePeriod Property

Definition

Gets 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; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.softDeletePeriod")>]
member this.SoftDeletePeriod : Nullable<TimeSpan>
Public ReadOnly Property SoftDeletePeriod As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to