ByTargetSize

@Serializable
@SerialName(value = "ByTargetSize")
data class ByTargetSize(val targetSizeKb: Int) : CompressionScheme

Constructors

Link copied to clipboard
constructor(targetSizeKb: Int)

Properties

Link copied to clipboard
@SerialName(value = "targetSizeKb")
val targetSizeKb: Int

Target output size in KB; the library iterates to approximate it.