Package version:

Interface DatasetStorageFormat

The format definition of a storage.

Hierarchy

Indexable

[property: string]: any

Properties

deserializer?: any

Deserializer. Type: string (or Expression with resultType string).

serializer?: any

Serializer. Type: string (or Expression with resultType string).

type: "TextFormat" | "JsonFormat" | "AvroFormat" | "OrcFormat" | "ParquetFormat"

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

Generated using TypeDoc