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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET