DelimitedTextWriteSettings Class
Delimited text write settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.FormatWriteSettingsDelimitedTextWriteSettings
Constructor
DelimitedTextWriteSettings(*, file_extension: Any, additional_properties: Optional[Dict[str, Any]] = None, quote_all_text: Optional[Any] = None, max_rows_per_file: Optional[Any] = None, file_name_prefix: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. The write setting type.Constant filled by server.
- quote_all_text
- any
Indicates whether string values should always be enclosed with quotes. Type: boolean (or Expression with resultType boolean).
- file_extension
- any
Required. The file extension used to create the files. Type: string (or Expression with resultType string).
- max_rows_per_file
- any
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
- any
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).
Feedback
Submit and view feedback for