DatasetCompression Class

The compression method used on a dataset.

Constructor

DatasetCompression(*args: Any, **kwargs: Any)

Variables

Name Description
type
any

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

level
any

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

Attributes

level

string (or Expression with resultType string).

level: Any | None

type

string (or Expression with resultType string). Required.

type: Any