FormatWriteSettings Class

Format write settings.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: AvroWriteSettings, DelimitedTextWriteSettings, JsonWriteSettings, OrcWriteSettings, ParquetWriteSettings.

All required parameters must be populated in order to send to Azure.

Inheritance
FormatWriteSettings

Constructor

FormatWriteSettings(*, additional_properties: Optional[Dict[str, Any]] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

type
str

Required. The write setting type.Constant filled by server.