Package version:

Interface DatasetCompression

The compression method used on a dataset.

interface DatasetCompression {
    level?: any;
    type: any;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

Properties

level?: any

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

type: any

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