DeliveryStreamSerializer

data class DeliveryStreamSerializer(val orcSerDe: DeliveryStreamOrcSerDe? = null, val parquetSerDe: DeliveryStreamParquetSerDe? = null)

Constructors

Link copied to clipboard
constructor(orcSerDe: DeliveryStreamOrcSerDe? = null, parquetSerDe: DeliveryStreamParquetSerDe? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see Apache ORC .

Link copied to clipboard

A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see Apache Parquet .