TarReadSettings Class

The Tar compression read settings.

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

Inheritance
azure.mgmt.datafactory.models._models_py3.CompressionReadSettings
TarReadSettings

Constructor

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

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

type
str

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

preserve_compression_file_name_as_folder
any

Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).