DatasetTarGZipCompression Constructors
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.
Overloads
DatasetTarGZipCompression() |
Initializes a new instance of the DatasetTarGZipCompression class. |
DatasetTarGZipCompression(IDictionary<String,Object>, Object) |
Initializes a new instance of the DatasetTarGZipCompression class. |
DatasetTarGZipCompression()
Initializes a new instance of the DatasetTarGZipCompression class.
public DatasetTarGZipCompression ();
Public Sub New ()
Applies to
DatasetTarGZipCompression(IDictionary<String,Object>, Object)
Initializes a new instance of the DatasetTarGZipCompression class.
public DatasetTarGZipCompression (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object level = default);
new Microsoft.Azure.Management.DataFactory.Models.DatasetTarGZipCompression : System.Collections.Generic.IDictionary<string, obj> * obj -> Microsoft.Azure.Management.DataFactory.Models.DatasetTarGZipCompression
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional level As Object = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- level
- Object
The TarGZip compression level.
Applies to
Azure SDK for .NET