DatasetZipDeflateCompression 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 ZipDeflate compression method used on a dataset.
[Newtonsoft.Json.JsonObject("ZipDeflate")]
public class DatasetZipDeflateCompression : Microsoft.Azure.Management.DataFactory.Models.DatasetCompression
[<Newtonsoft.Json.JsonObject("ZipDeflate")>]
type DatasetZipDeflateCompression = class
inherit DatasetCompression
Public Class DatasetZipDeflateCompression
Inherits DatasetCompression
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
DatasetZipDeflateCompression() |
Initializes a new instance of the DatasetZipDeflateCompression class. |
DatasetZipDeflateCompression(IDictionary<String,Object>, Object) |
Initializes a new instance of the DatasetZipDeflateCompression class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from DatasetCompression) |
Level |
Gets or sets the ZipDeflate compression level. |
Type |
Gets or sets type of dataset compression. Type: string (or Expression with resultType string). (Inherited from DatasetCompression) |
Methods
Validate() |
Validate the object. (Inherited from DatasetCompression) |
Applies to
Azure SDK for .NET