Megosztás a következőn keresztül:


KustoIotHubDataFormat Struct

Definition

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

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

Constructors

KustoIotHubDataFormat(String)

Initializes a new instance of KustoIotHubDataFormat.

Properties

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

Equals(KustoIotHubDataFormat)

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

Equality(KustoIotHubDataFormat, KustoIotHubDataFormat)

Determines if two KustoIotHubDataFormat values are the same.

Implicit(String to KustoIotHubDataFormat)

Converts a string to a KustoIotHubDataFormat.

Inequality(KustoIotHubDataFormat, KustoIotHubDataFormat)

Determines if two KustoIotHubDataFormat values are not the same.

Applies to