TarGZipReadSettings Class

Definition

The TarGZip compression read settings.

public class TarGZipReadSettings : Microsoft.Azure.Management.DataFactory.Models.CompressionReadSettings
type TarGZipReadSettings = class
    inherit CompressionReadSettings
Public Class TarGZipReadSettings
Inherits CompressionReadSettings
Inheritance
TarGZipReadSettings

Constructors

TarGZipReadSettings()

Initializes a new instance of the TarGZipReadSettings class.

TarGZipReadSettings(IDictionary<String,Object>, Object)

Initializes a new instance of the TarGZipReadSettings class.

Properties

AdditionalProperties

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

(Inherited from CompressionReadSettings)
PreserveCompressionFileNameAsFolder

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

Applies to