AvroFormat Class
The data stored in Avro format.
Constructor
AvroFormat(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
serializer
|
Serializer. Type: string (or Expression with resultType string). |
|
deserializer
|
Deserializer. Type: string (or Expression with resultType string). |
|
type
|
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']