Delivery Stream Serializer
data class DeliveryStreamSerializer(val orcSerDe: DeliveryStreamOrcSerDe? = null, val parquetSerDe: DeliveryStreamParquetSerDe? = null)
Constructors
Link copied to clipboard
constructor(orcSerDe: DeliveryStreamOrcSerDe? = null, parquetSerDe: DeliveryStreamParquetSerDe? = null)
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 .