DatasetCompression Class

The compression method used on a dataset.

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

Inheritance
azure.mgmt.datafactory._serialization.Model
DatasetCompression

Constructor

DatasetCompression(*, type: MutableMapping[str, Any], additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, level: 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.

type
<xref:JSON>

Type of dataset compression. Type: string (or Expression with resultType string). Required.

level
<xref:JSON>

The dataset compression level. 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
<xref:JSON>

Type of dataset compression. Type: string (or Expression with resultType string). Required.

level
<xref:JSON>

The dataset compression level. Type: string (or Expression with resultType string).