TarReadSettings Class

Definition

The Tar compression read settings.

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

Constructors

TarReadSettings()

Initializes a new instance of the TarReadSettings class.

TarReadSettings(IDictionary<String,Object>, Object)

Initializes a new instance of the TarReadSettings 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