AvroSerialization Class
Describes how data from an input is serialized or how data is serialized when written to an output in Avro format.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.streamanalytics.models._models_py3.SerializationAvroSerialization
Constructor
AvroSerialization(*, 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 Avro serialization type. Required on PUT (CreateOrReplace) requests.
Feedback
Submit and view feedback for