AvroFormat Class

The data stored in Avro format.

Constructor

AvroFormat(*args: Any, **kwargs: Any)

Variables

Name Description
serializer
any

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

deserializer
any

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

type
str

Type of dataset storage format. Required. Default value is "AvroFormat".

Attributes

type

Type of dataset storage format. Required. Default value is "AvroFormat".

type: Literal['AvroFormat']