Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatasetStorageFormat

Package version

The format definition of a storage.

Hierarchy

  • DatasetStorageFormat

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional deserializer

deserializer: any

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

Optional serializer

serializer: any

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

type

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

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

Generated using TypeDoc