DeliveryStreamOrcSerDeArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): DeliveryStreamOrcSerDeArgs

Properties

Link copied to clipboard
val blockSizeBytes: Output<Int>? = null
Link copied to clipboard
val bloomFilterColumns: Output<List<String>>? = null
Link copied to clipboard
val compression: Output<String>? = null
Link copied to clipboard
val dictionaryKeyThreshold: Output<Double>? = null
Link copied to clipboard
val enablePadding: Output<Boolean>? = null
Link copied to clipboard
val formatVersion: Output<String>? = null
Link copied to clipboard
val paddingTolerance: Output<Double>? = null
Link copied to clipboard
val rowIndexStride: Output<Int>? = null
Link copied to clipboard
val stripeSizeBytes: Output<Int>? = null