次の方法で共有


EventGridDataConnection.DataFormat プロパティ

定義

メッセージのデータ形式を取得または設定します。 必要に応じて、データ形式を各メッセージに追加できます。 使用できる値は、'MULTIJSON'、'JSON'、'CSV'、'TSV'、'SCSV'、'SOHSV'、'PSV'、'TXT'、'RAW'、'SINGLEJSON'、'AVRO'、'TSVE'、'PARQUET'、'ORC'、'APACHEAVRO'、'W3CLOGFILE' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象