ParquetSerializationResponse

data class ParquetSerializationResponse(val type: String)

Describes how data from an input is serialized or how data is serialized when written to an output in Parquet format.

Constructors

Link copied to clipboard
constructor(type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the type of serialization that the input or output uses. Required on PUT (CreateOrReplace) requests. Expected value is 'Parquet'.