DatasetCompressionResponse

data class DatasetCompressionResponse(val level: Any? = null, val type: Any)

The compression method used on a dataset.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val level: Any? = null

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

Link copied to clipboard
val type: Any

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