DatasetBinaryCompression

data class DatasetBinaryCompression(val level: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(level: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val level: String? = null

The level of compression. Possible values are Fastest and Optimal.

Link copied to clipboard

The type of compression used during transport. Possible values are BZip2, Deflate, GZip, Tar, TarGZip and ZipDeflate.