DatasetCompression Class

Definition

The compression method used on a dataset.

public class DatasetCompression
type DatasetCompression = class
Public Class DatasetCompression
Inheritance
DatasetCompression
Derived

Constructors

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.

Properties

AdditionalProperties

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

Level

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

Type

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

Methods

Validate()

Validate the object.

Applies to