EventHubDataFormat type

The data format of the message. Optionally the data format can be added to each message.
KnownEventHubDataFormat can be used interchangeably with EventHubDataFormat, this enum contains the known values that the service supports.

Known values supported by the service

MULTIJSON: MULTIJSON
JSON: JSON
CSV: CSV
TSV: TSV
SCSV: SCSV
SOHSV: SOHSV
PSV: PSV
TXT: TXT
RAW: RAW
SINGLEJSON: SINGLEJSON
AVRO: AVRO
TSVE: TSVE
PARQUET: PARQUET
ORC: ORC
APACHEAVRO: APACHEAVRO
W3CLOGFILE: W3CLOGFILE
AZMONSTREAM: AZMONSTREAM

type EventHubDataFormat = string