ParquetSerialization interface
Describes how data from an input is serialized or how data is serialized when written to an output in Parquet format.
- Extends
Properties
properties | The properties that are associated with the Parquet serialization type. Required on PUT (CreateOrReplace) requests. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
properties
The properties that are associated with the Parquet serialization type. Required on PUT (CreateOrReplace) requests.
properties?: Record<string, unknown>
Property Value
Record<string, unknown>
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Parquet"
Property Value
"Parquet"