Show / Hide Table of Contents

Class DatasetCompression

The compression method used on a dataset.

Inheritance
System.Object
DatasetCompression
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DatasetCompression/DatasetCompressionConverter))]
public class DatasetCompression

Constructors

DatasetCompression(Object)

Initializes a new instance of DatasetCompression.

Declaration
public DatasetCompression (object type);
Parameters
System.Object type

Type of dataset compression. Type: string (or Expression with resultType string).

Exceptions
System.ArgumentNullException

type is null.

Properties

AdditionalProperties

Additional Properties.

Declaration
public System.Collections.Generic.IDictionary<string,object> AdditionalProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String,System.Object>

Level

The dataset compression level. Type: string (or Expression with resultType string).

Declaration
public object Level { get; set; }
Property Value
System.Object

Type

Type of dataset compression. Type: string (or Expression with resultType string).

Declaration
public object Type { get; set; }
Property Value
System.Object

Back to top Azure SDK for .NET