SynapseEventHubDataFormat Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Format de données du message. Si vous le souhaitez, le format de données peut être ajouté à chaque message.
public readonly struct SynapseEventHubDataFormat : IEquatable<Azure.ResourceManager.Synapse.Models.SynapseEventHubDataFormat>
type SynapseEventHubDataFormat = struct
Public Structure SynapseEventHubDataFormat
Implements IEquatable(Of SynapseEventHubDataFormat)
- Héritage
-
SynapseEventHubDataFormat
- Implémente
Constructeurs
SynapseEventHubDataFormat(String) |
Initialise une nouvelle instance de SynapseEventHubDataFormat. |
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(SynapseEventHubDataFormat) |
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(SynapseEventHubDataFormat, SynapseEventHubDataFormat) |
Détermine si deux SynapseEventHubDataFormat valeurs sont identiques. |
Implicit(String to SynapseEventHubDataFormat) |
Convertit une chaîne en SynapseEventHubDataFormat. |
Inequality(SynapseEventHubDataFormat, SynapseEventHubDataFormat) |
Détermine si deux SynapseEventHubDataFormat valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET