Condividi tramite


KustoEventGridDataFormat Struct

Definition

The data format of the message. Optionally the data format can be added to each message.

public readonly struct KustoEventGridDataFormat : IEquatable<Azure.ResourceManager.Kusto.Models.KustoEventGridDataFormat>
type KustoEventGridDataFormat = struct
Public Structure KustoEventGridDataFormat
Implements IEquatable(Of KustoEventGridDataFormat)
Inheritance
KustoEventGridDataFormat
Implements

Constructors

Name Description
KustoEventGridDataFormat(String)

Initializes a new instance of KustoEventGridDataFormat.

Properties

Name Description
ApacheAvro

APACHEAVRO.

Avro

AVRO.

Csv

CSV.

Json

JSON.

MultiJson

MULTIJSON.

Orc

ORC.

Parquet

PARQUET.

Psv

PSV.

Raw

RAW.

Scsv

SCSV.

SingleJson

SINGLEJSON.

Sohsv

SOHSV.

Tsv

TSV.

Tsve

TSVE.

Txt

TXT.

W3CLogFile

W3CLOGFILE.

Methods

Name Description
Equals(KustoEventGridDataFormat)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(KustoEventGridDataFormat, KustoEventGridDataFormat)

Determines if two KustoEventGridDataFormat values are the same.

Implicit(String to KustoEventGridDataFormat)

Converts a String to a KustoEventGridDataFormat.

Inequality(KustoEventGridDataFormat, KustoEventGridDataFormat)

Determines if two KustoEventGridDataFormat values are not the same.

Applies to