IReadWriteDatabaseProperties.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=true, 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=false, Required=false, SerializedName="softDeletePeriod", Update=true)]
public TimeSpan? SoftDeletePeriod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, 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=false, Required=false, SerializedName="softDeletePeriod", Update=true)>]
member this.SoftDeletePeriod : Nullable<TimeSpan> with get, set
Public Property SoftDeletePeriod As Nullable(Of TimeSpan)

Property Value

Attributes

Applies to