EHNamespace.IsAutoInflateEnabled Property

Definition

Gets or sets value that indicates whether AutoInflate is enabled for eventhub namespace.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to