Freigeben über


KustoEventHubDataFormat Struktur

Definition

Das Datenformat der Nachricht. Optional kann jeder Nachricht das Datenformat hinzugefügt werden.

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

Konstruktoren

KustoEventHubDataFormat(String)

Initialisiert eine neue Instanz von KustoEventHubDataFormat.

Eigenschaften

ApacheAvro

APACHEAVRO.

Avro

AVRO.

Csv

CSV.

Json

JSON.

MultiJson

MULTIJSON.

Orc

ORC.

Parquet

PARKETT.

Psv

PSV.

Raw

RAW.

Scsv

SCSV.

SingleJson

SINGLEJSON.

Sohsv

SOHSV.

Tsv

TSV.

Tsve

TSVE.

Txt

TXT.

W3CLogFile

W3CLOGFILE.

Methoden

Equals(KustoEventHubDataFormat)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(KustoEventHubDataFormat, KustoEventHubDataFormat)

Bestimmt, ob zwei KustoEventHubDataFormat Werte identisch sind.

Implicit(String to KustoEventHubDataFormat)

Konvertiert eine Zeichenfolge in eine KustoEventHubDataFormat.

Inequality(KustoEventHubDataFormat, KustoEventHubDataFormat)

Bestimmt, ob zwei KustoEventHubDataFormat Werte nicht identisch sind.

Gilt für: