AvroFormatXzCodecSpecification
data class AvroFormatXzCodecSpecification(val type: AvroFormatCompressionCodecSpecification.Type = Type.XZ, val compressionLevel: Int = 6) : AvroFormatCompressionCodecSpecification
Constructors
Link copied to clipboard
constructor(type: AvroFormatCompressionCodecSpecification.Type = Type.XZ, compressionLevel: Int = 6)