compression

@JvmName(name = "elvdnnwaikbcxylt")
suspend fun compression(value: Output<String>)
@JvmName(name = "okstmrwjakygydtb")
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.