DeliveryStreamOutputFormatConfigurationArgs

data class DeliveryStreamOutputFormatConfigurationArgs(val serializer: Output<DeliveryStreamSerializerArgs>? = null) : ConvertibleToJava<DeliveryStreamOutputFormatConfigurationArgs>

Constructors

constructor(serializer: Output<DeliveryStreamSerializerArgs>? = null)

Properties

Link copied to clipboard

Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.

Functions

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