AvroFormat interface

The data stored in Avro format.

Extends

Properties

type

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

Inherited Properties

deserializer

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

serializer

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

Property Details

type

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

type: "AvroFormat"

Property Value

"AvroFormat"

Inherited Property Details

deserializer

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

deserializer?: any

Property Value

any

Inherited From DatasetStorageFormat.deserializer

serializer

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

serializer?: any

Property Value

any

Inherited From DatasetStorageFormat.serializer