Delivery Stream Orc Ser De Args
data class DeliveryStreamOrcSerDeArgs(val blockSizeBytes: Output<Int>? = null, val bloomFilterColumns: Output<List<String>>? = null, val bloomFilterFalsePositiveProbability: Output<Double>? = null, val compression: Output<String>? = null, val dictionaryKeyThreshold: Output<Double>? = null, val enablePadding: Output<Boolean>? = null, val formatVersion: Output<String>? = null, val paddingTolerance: Output<Double>? = null, val rowIndexStride: Output<Int>? = null, val stripeSizeBytes: Output<Int>? = null) : ConvertibleToJava<DeliveryStreamOrcSerDeArgs>
Constructors
Link copied to clipboard
fun DeliveryStreamOrcSerDeArgs(blockSizeBytes: Output<Int>? = null, bloomFilterColumns: Output<List<String>>? = null, bloomFilterFalsePositiveProbability: Output<Double>? = null, compression: Output<String>? = null, dictionaryKeyThreshold: Output<Double>? = null, enablePadding: Output<Boolean>? = null, formatVersion: Output<String>? = null, paddingTolerance: Output<Double>? = null, rowIndexStride: Output<Int>? = null, stripeSizeBytes: Output<Int>? = null)