Show / Hide Table of Contents

Class AvroFormat

The data stored in Avro format.

Inheritance
System.Object
DatasetStorageFormat
AvroFormat
Inherited Members
DatasetStorageFormat.AdditionalProperties
DatasetStorageFormat.Deserializer
DatasetStorageFormat.Serializer
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AvroFormat/AvroFormatConverter))]
public class AvroFormat : Azure.Analytics.Synapse.Artifacts.Models.DatasetStorageFormat

Constructors

AvroFormat()

Initializes a new instance of AvroFormat.

Declaration
public AvroFormat ();
Back to top Azure SDK for .NET