DatasetTarGZipCompression Class

Definition

The TarGZip compression method used on a dataset.

[Newtonsoft.Json.JsonObject("TarGZip")]
public class DatasetTarGZipCompression : Microsoft.Azure.Management.DataFactory.Models.DatasetCompression
[<Newtonsoft.Json.JsonObject("TarGZip")>]
type DatasetTarGZipCompression = class
    inherit DatasetCompression
Public Class DatasetTarGZipCompression
Inherits DatasetCompression
Inheritance
DatasetTarGZipCompression
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

DatasetTarGZipCompression()

Initializes a new instance of the DatasetTarGZipCompression class.

DatasetTarGZipCompression(IDictionary<String,Object>, Object)

Initializes a new instance of the DatasetTarGZipCompression class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from DatasetCompression)
Level

Gets or sets the TarGZip compression level.

Type

Gets or sets type of dataset compression. Type: string (or Expression with resultType string).

(Inherited from DatasetCompression)

Methods

Validate()

Validate the object.

(Inherited from DatasetCompression)

Applies to