ClusterUpdate.EnablePurge Property

Definition

Gets or sets a boolean value that indicates if the purge operations are enabled.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enablePurge")]
public bool? EnablePurge { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enablePurge")>]
member this.EnablePurge : Nullable<bool> with get, set
Public Property EnablePurge As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to