DatasetStorageFormat interface

The format definition of a storage.

Properties

additionalProperties

Additional properties

deserializer

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

serializer

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

type

The discriminator possible values: TextFormat, JsonFormat, AvroFormat, OrcFormat, ParquetFormat

Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

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

The discriminator possible values: TextFormat, JsonFormat, AvroFormat, OrcFormat, ParquetFormat

type: string

Property Value

string