KustoEventGridDataFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The data format of the message. Optionally the data format can be added to each message.
public enum KustoEventGridDataFormat
type KustoEventGridDataFormat =
Public Enum KustoEventGridDataFormat
- Inheritance
-
KustoEventGridDataFormat
Fields
| Name | Value | Description |
|---|---|---|
| MultiJson | 0 | MULTIJSON. |
| Json | 1 | JSON. |
| Csv | 2 | CSV. |
| Tsv | 3 | TSV. |
| Scsv | 4 | SCSV. |
| Sohsv | 5 | SOHSV. |
| Psv | 6 | PSV. |
| Txt | 7 | TXT. |
| Raw | 8 | RAW. |
| SingleJson | 9 | SINGLEJSON. |
| Avro | 10 | AVRO. |
| Tsve | 11 | TSVE. |
| Parquet | 12 | PARQUET. |
| Orc | 13 | ORC. |
| ApacheAvro | 14 | APACHEAVRO. |
| W3CLogFile | 15 | W3CLOGFILE. |