IReadOnlyFollowingDatabase.SoftDeletePeriod Property

Definition

The time the data should be kept before it stops being accessible to queries in TimeSpan.

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

Property Value

Attributes

Applies to