Package version:

Describes how input data is compressed

interface Compression {
    type: string;
}

Properties

Properties

type: string

Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests.

Generated using TypeDoc