ParquetSerialization 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ParquetSerializationTypeConverter))]
public class ParquetSerialization : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IParquetSerialization, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ParquetSerializationTypeConverter))>]
type ParquetSerialization = class
interface IParquetSerialization
interface IJsonSerializable
interface ISerialization
interface IValidates
Public Class ParquetSerialization
Implements IParquetSerialization, IValidates
- Inheritance
-
ParquetSerialization
- Attributes
- Implements
Constructors
ParquetSerialization() |
Creates an new ParquetSerialization instance. |
Properties
Property |
The properties that are associated with the Parquet serialization type. Required on PUT (CreateOrReplace) requests. |
Type |
Indicates the type of serialization that the input or output uses. Required on PUT (CreateOrReplace) requests. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ParquetSerialization. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ParquetSerialization. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IParquetSerialization. |
FromJsonString(String) |
Creates a new instance of ParquetSerialization, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ParquetSerialization into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |