Package version:

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

interface ParquetSerialization {
    properties?: Record<string, unknown>;
    type: "Parquet";
}

Hierarchy (view full)

Properties

Properties

properties?: Record<string, unknown>

The properties that are associated with the Parquet serialization type. Required on PUT (CreateOrReplace) requests.

type: "Parquet"

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

Generated using TypeDoc