compression

@JvmName(name = "ixgpaoyjdljmudmh")
suspend fun compression(value: Output<String>)
@JvmName(name = "fkdjeblodhqwdxbc")
suspend fun compression(value: String?)

Parameters

value

The compression code to use over data blocks. The possible values are UNCOMPRESSED, SNAPPY, and GZIP, with the default being SNAPPY. Use SNAPPY for higher decompression speed. Use GZIP if the compression ratio is more important than speed.