다음을 통해 공유


SynapseEventHubDataFormat Struct

Definition

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

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

Constructors

SynapseEventHubDataFormat(String)

Initializes a new instance of SynapseEventHubDataFormat.

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(SynapseEventHubDataFormat)

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(SynapseEventHubDataFormat, SynapseEventHubDataFormat)

Determines if two SynapseEventHubDataFormat values are the same.

Implicit(String to SynapseEventHubDataFormat)

Converts a string to a SynapseEventHubDataFormat.

Inequality(SynapseEventHubDataFormat, SynapseEventHubDataFormat)

Determines if two SynapseEventHubDataFormat values are not the same.

Applies to