TarReadSettings 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 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
Azure SDK for .NET