ParquetWriteSettings Class

Parquet write settings.

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

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

Constructor

ParquetWriteSettings(*, additional_properties: Optional[Dict[str, Any]] = None, max_rows_per_file: Optional[Any] = None, file_name_prefix: Optional[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.

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).