AvroFormatDeflateCodecSpecification
data class AvroFormatDeflateCodecSpecification(val type: AvroFormatCompressionCodecSpecification.Type = Type.DEFLATE, val compressionLevel: Int = 0) : AvroFormatCompressionCodecSpecification
Constructors
Link copied to clipboard
constructor(type: AvroFormatCompressionCodecSpecification.Type = Type.DEFLATE, compressionLevel: Int = 0)