DatasetBinaryCompressionArgs

data class DatasetBinaryCompressionArgs(val level: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<DatasetBinaryCompressionArgs>

Constructors

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

Properties

Link copied to clipboard
val level: Output<String>? = null

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

Link copied to clipboard
val type: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): DatasetBinaryCompressionArgs