Share via


DatasetBZip2Compression Class

Definition

The BZip2 compression method used on a dataset.

[Newtonsoft.Json.JsonObject("BZip2")]
public class DatasetBZip2Compression : Microsoft.Azure.Management.DataFactory.Models.DatasetCompression
[<Newtonsoft.Json.JsonObject("BZip2")>]
type DatasetBZip2Compression = class
    inherit DatasetCompression
Public Class DatasetBZip2Compression
Inherits DatasetCompression
Inheritance
DatasetBZip2Compression
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

DatasetBZip2Compression()

Initializes a new instance of the DatasetBZip2Compression class.

DatasetBZip2Compression(IDictionary<String,Object>)

Initializes a new instance of the DatasetBZip2Compression class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from DatasetCompression)
Level

Gets or sets the dataset compression level. Type: string (or Expression with resultType string).

(Inherited from DatasetCompression)
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