ICluster.EnablePurge Property

Definition

A boolean value that indicates if the purge operations are enabled.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="A boolean value that indicates if the purge operations are enabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enablePurge", Update=true)]
public bool? EnablePurge { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="A boolean value that indicates if the purge operations are enabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enablePurge", Update=true)>]
member this.EnablePurge : Nullable<bool> with get, set
Public Property EnablePurge As Nullable(Of Boolean)

Property Value

Attributes

Applies to