TarGZipReadSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET