DatasetStorageFormat interface

The format definition of a storage.

Properties

deserializer

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

serializer

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

type

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

Property Details

deserializer

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

deserializer?: any

Property Value

any

serializer

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

serializer?: any

Property Value

any

type

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

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

Property Value

"AvroFormat" | "TextFormat" | "JsonFormat" | "OrcFormat" | "ParquetFormat"