AvroFormatZstandardCodecSpecification
data class AvroFormatZstandardCodecSpecification(val type: AvroFormatCompressionCodecSpecification.Type = Type.ZSTANDARD, val compressionLevel: Int = 3, val includeChecksum: Boolean = false) : AvroFormatCompressionCodecSpecification
Constructors
Link copied to clipboard
constructor(type: AvroFormatCompressionCodecSpecification.Type = Type.ZSTANDARD, compressionLevel: Int = 3, includeChecksum: Boolean = false)