FormatWriteSettings Class

Definition

Format write settings. Please note FormatWriteSettings is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AvroWriteSettings, JsonWriteSettings, OrcWriteSettings, ParquetWriteSettings and DelimitedTextWriteSettings.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.FormatWriteSettings+FormatWriteSettingsConverter))]
public class FormatWriteSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.FormatWriteSettings+FormatWriteSettingsConverter))>]
type FormatWriteSettings = class
Public Class FormatWriteSettings
Inheritance
FormatWriteSettings
Derived
Attributes

Constructors

FormatWriteSettings()

Initializes a new instance of FormatWriteSettings.

Properties

AdditionalProperties

Additional Properties.

Applies to