CaptureDescription.Encoding Property

Definition

Gets or sets enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version. Possible values include: 'Avro', 'AvroDeflate'

[Newtonsoft.Json.JsonProperty(PropertyName="encoding")]
public Microsoft.Azure.Management.EventHub.Models.EncodingCaptureDescription? Encoding { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="encoding")>]
member this.Encoding : Nullable<Microsoft.Azure.Management.EventHub.Models.EncodingCaptureDescription> with get, set
Public Property Encoding As Nullable(Of EncodingCaptureDescription)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to