FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDe

data class FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfigurationSerializerParquetSerDe(val blockSizeBytes: Int? = null, val compression: String? = null, val enableDictionaryCompression: Boolean? = null, val maxPaddingBytes: Int? = null, val pageSizeBytes: Int? = null, val writerVersion: String? = null)

Constructors

constructor(blockSizeBytes: Int? = null, compression: String? = null, enableDictionaryCompression: Boolean? = null, maxPaddingBytes: Int? = null, pageSizeBytes: Int? = null, writerVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val blockSizeBytes: 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 compression: String? = null

The compression code to use over data blocks. The possible values are UNCOMPRESSED, SNAPPY, and GZIP, with the default being SNAPPY. Use SNAPPY for higher decompression speed. Use GZIP if the compression ratio is more important than speed.

Link copied to clipboard

Indicates whether to enable dictionary compression.

Link copied to clipboard
val maxPaddingBytes: Int? = null

The maximum amount of padding to apply. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 0.

Link copied to clipboard
val pageSizeBytes: Int? = null

The Parquet page size. Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.

Link copied to clipboard
val writerVersion: String? = null

Indicates the version of row format to output. The possible values are V1 and V2. The default is V1.