DataflowBuiltInTransformationSettings.SerializationFormat Property
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.
Serialization format. Optional; defaults to JSON. Allowed value JSON Schema/draft-7, Parquet. Default: Json.
public Azure.ResourceManager.IotOperations.Models.TransformationSerializationFormat? SerializationFormat { get; set; }
member this.SerializationFormat : Nullable<Azure.ResourceManager.IotOperations.Models.TransformationSerializationFormat> with get, set
Public Property SerializationFormat As Nullable(Of TransformationSerializationFormat)