Bagikan melalui


SynapseEventGridDataFormat Struct

Definition

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

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

Constructors

SynapseEventGridDataFormat(String)

Initializes a new instance of SynapseEventGridDataFormat.

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

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

Determines if two SynapseEventGridDataFormat values are the same.

Implicit(String to SynapseEventGridDataFormat)

Converts a string to a SynapseEventGridDataFormat.

Inequality(SynapseEventGridDataFormat, SynapseEventGridDataFormat)

Determines if two SynapseEventGridDataFormat values are not the same.

Applies to