SynapseIotHubDataFormat Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The data format of the message. Optionally the data format can be added to each message.
public readonly struct SynapseIotHubDataFormat : IEquatable<Azure.ResourceManager.Synapse.Models.SynapseIotHubDataFormat>
type SynapseIotHubDataFormat = struct
Public Structure SynapseIotHubDataFormat
Implements IEquatable(Of SynapseIotHubDataFormat)
- Inheritance
-
SynapseIotHubDataFormat
- Implements
Constructors
SynapseIotHubDataFormat(String) |
Initializes a new instance of SynapseIotHubDataFormat. |
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(SynapseIotHubDataFormat) |
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(SynapseIotHubDataFormat, SynapseIotHubDataFormat) |
Determines if two SynapseIotHubDataFormat values are the same. |
Implicit(String to SynapseIotHubDataFormat) |
Converts a string to a SynapseIotHubDataFormat. |
Inequality(SynapseIotHubDataFormat, SynapseIotHubDataFormat) |
Determines if two SynapseIotHubDataFormat values are not the same. |
Applies to
Azure SDK for .NET