ParquetSerialization Class

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

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.streamanalytics.models._models_py3.Serialization
ParquetSerialization

Constructor

ParquetSerialization(*, properties: Optional[object] = None, **kwargs)

Parameters

type
str or <xref:stream_analytics_management_client.models.EventSerializationType>
Required

Required. Indicates the type of serialization that the input or output uses. Required on PUT (CreateOrReplace) requests.Constant filled by server. Possible values include: "Csv", "Avro", "Json", "CustomClr", "Parquet".

properties
object
Required

The properties that are associated with the Parquet serialization type. Required on PUT (CreateOrReplace) requests.