Compartir a través de


EventHubDataConnection.DataFormat Propiedad

Definición

Obtiene o establece el formato de datos del mensaje. Opcionalmente, el formato de datos se puede agregar a cada mensaje. Entre los valores posibles se incluyen: '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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a