Share via


IReadOnlyFollowingDatabase.SoftDeletePeriod Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The time the data should be kept before it stops being accessible to queries in TimeSpan.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=true, Required=false, SerializedName="softDeletePeriod")]
public TimeSpan? SoftDeletePeriod { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The time the data should be kept before it stops being accessible to queries in TimeSpan.", PossibleTypes=new System.Type[] { typeof(System.TimeSpan) }, ReadOnly=true, Required=false, SerializedName="softDeletePeriod")>]
member this.SoftDeletePeriod : Nullable<TimeSpan>
Public ReadOnly Property SoftDeletePeriod As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to