AvroSerializationArgs

data class AvroSerializationArgs(val type: Output<String>) : ConvertibleToJava<AvroSerializationArgs>

Describes how data from an input is serialized or how data is serialized when written to an output in Avro format.

Constructors

Link copied to clipboard
constructor(type: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

Indicates the type of serialization that the input or output uses. Required on PUT (CreateOrReplace) requests. Expected value is 'Avro'.

Functions

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