EventHubDataConnection.Compression Property

Definition

Gets or sets the event hub messages compression type. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to