次の方法で共有


CaptureDescription.Encoding プロパティ

定義

キャプチャの説明のエンコード形式に使用できる値を取得または設定します。 注: "AvroDeflate" は、新しい API バージョンでは非推奨になります。 使用できる値は次のとおりです: '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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象