DelimitedTextWriteSettings Class

Delimited text write settings.

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

Inheritance
azure.mgmt.datafactory.models._models_py3.FormatWriteSettings
DelimitedTextWriteSettings

Constructor

DelimitedTextWriteSettings(*, file_extension: MutableMapping[str, Any], additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, quote_all_text: MutableMapping[str, Any] | None = None, max_rows_per_file: MutableMapping[str, Any] | None = None, file_name_prefix: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

quote_all_text
<xref:JSON>

Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).

file_extension
<xref:JSON>

The file extension used to create the files. Type: string (or Expression with resultType string). Required.

max_rows_per_file
<xref:JSON>

Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).

file_name_prefix
<xref:JSON>

Specifies the file name pattern

:code:<fileNamePrefix>_<<<fileIndex>.:code: when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

type
str

The write setting type. Required.

quote_all_text
<xref:JSON>

Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).

file_extension
<xref:JSON>

The file extension used to create the files. Type: string (or Expression with resultType string). Required.

max_rows_per_file
<xref:JSON>

Limit the written file's row count to be smaller than or equal to the specified count. Type: integer (or Expression with resultType integer).

file_name_prefix
<xref:JSON>

Specifies the file name pattern

:code:<fileNamePrefix>_<<<fileIndex>.:code: when copy from non-file based store without partitionOptions. Type: string (or Expression with resultType string).