Serialization interface

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

Properties

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Avro" | "Csv" | "Json" | "Parquet"

Property Value

"Avro" | "Csv" | "Json" | "Parquet"