Partager via


KustoIotHubDataFormat Structure

Définition

Format de données du message. Si vous le souhaitez, le format de données peut être ajouté à chaque message.

public readonly struct KustoIotHubDataFormat : IEquatable<Azure.ResourceManager.Kusto.Models.KustoIotHubDataFormat>
type KustoIotHubDataFormat = struct
Public Structure KustoIotHubDataFormat
Implements IEquatable(Of KustoIotHubDataFormat)
Héritage
KustoIotHubDataFormat
Implémente

Constructeurs

KustoIotHubDataFormat(String)

Initialise une nouvelle instance de KustoIotHubDataFormat.

Propriétés

ApacheAvro

APACHEAVRO.

Avro

AVRO.

Csv

CSV.

Json

JSON.

MultiJson

MULTIJSON.

Orc

ORC.

Parquet

PARQUET.

Psv

PSV.

Raw

CRU.

Scsv

SCSV.

SingleJson

SINGLEJSON.

Sohsv

SOHSV.

Tsv

TSV.

Tsve

TSVE.

Txt

TXT.

W3CLogFile

W3CLOGFILE.

Méthodes

Equals(KustoIotHubDataFormat)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(KustoIotHubDataFormat, KustoIotHubDataFormat)

Détermine si deux KustoIotHubDataFormat valeurs sont identiques.

Implicit(String to KustoIotHubDataFormat)

Convertit une chaîne en KustoIotHubDataFormat.

Inequality(KustoIotHubDataFormat, KustoIotHubDataFormat)

Détermine si deux KustoIotHubDataFormat valeurs ne sont pas identiques.

S’applique à