FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeArgs

data class FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeArgs(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<FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerOrcSerDeArgs>

Constructors

constructor(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)

Properties

Link copied to clipboard
val blockSizeBytes: Output<Int>? = null

The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Kinesis Data Firehose uses this value for padding calculations.

Link copied to clipboard
val bloomFilterColumns: Output<List<String>>? = null

A list of column names for which you want Kinesis Data Firehose to create bloom filters.

Link copied to clipboard

The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.

Link copied to clipboard
val compression: Output<String>? = null

The compression code to use over data blocks. The default is SNAPPY.

Link copied to clipboard
val dictionaryKeyThreshold: Output<Double>? = null

A float that represents the fraction of the total number of non-null rows. To turn off dictionary encoding, set this fraction to a number that is less than the number of distinct keys in a dictionary. To always use dictionary encoding, set this threshold to 1.

Link copied to clipboard
val enablePadding: Output<Boolean>? = null

Set this to true to indicate that you want stripes to be padded to the HDFS block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is false.

Link copied to clipboard
val formatVersion: Output<String>? = null

The version of the file to write. The possible values are V0_11 and V0_12. The default is V0_12.

Link copied to clipboard
val paddingTolerance: Output<Double>? = null

A float between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size. The default value is 0.05, which means 5 percent of stripe size. For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB block. In such a case, if the available size within the block is more than 3.2 MiB, a new, smaller stripe is inserted to fit within that space. This ensures that no stripe crosses block boundaries and causes remote reads within a node-local task. Kinesis Data Firehose ignores this parameter when enable_padding is false.

Link copied to clipboard
val rowIndexStride: Output<Int>? = null

The number of rows between index entries. The default is 10000 and the minimum is 1000.

Link copied to clipboard
val stripeSizeBytes: Output<Int>? = null

The number of bytes in each stripe. The default is 64 MiB and the minimum is 8 MiB.

Functions

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