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