EHNamespace.IsAutoInflateEnabled プロパティ

定義

Eventhub 名前空間に対して AutoInflate が有効かどうかを示す値を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象