Package version:

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

interface Serialization {
    type: "Delta" | "Parquet" | "CustomClr" | "Csv" | "Json" | "Avro";
}

Hierarchy (view full)

Properties

Properties

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

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

Generated using TypeDoc