ParquetFormatSerialization Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes how data from an input is serialized or how data is serialized when written to an output in Parquet format.
public class ParquetFormatSerialization : Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsDataSerialization
type ParquetFormatSerialization = class
inherit StreamAnalyticsDataSerialization
Public Class ParquetFormatSerialization
Inherits StreamAnalyticsDataSerialization
- Inheritance
Constructors
ParquetFormatSerialization() |
Initializes a new instance of ParquetFormatSerialization. |
Properties
Properties |
The properties that are associated with the Parquet serialization type. Required on PUT (CreateOrReplace) requests. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Applies to
Azure SDK for .NET