次の方法で共有


EventHubDataConnection.Compression プロパティ

定義

イベント ハブ メッセージの圧縮の種類を取得または設定します。 使用可能な値は、'None'、'GZip' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.compression")]
public string Compression { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.compression")>]
member this.Compression : string with get, set
Public Property Compression As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象