Share via


IOutput.SerializationType Property

Definition

Indicates the type of serialization that the input or output uses. Required on PUT (CreateOrReplace) requests.

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.PSArgumentCompleter(new System.String[] { "Csv", "Avro", "Json", "CustomClr", "Parquet" })]
[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="Indicates the type of serialization that the input or output uses. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="type", Update=true)]
public string SerializationType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.PSArgumentCompleter(new System.String[] { "Csv", "Avro", "Json", "CustomClr", "Parquet" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="Indicates the type of serialization that the input or output uses. Required on PUT (CreateOrReplace) requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="type", Update=true)>]
member this.SerializationType : string with get, set
Public Property SerializationType As String

Property Value

Attributes

Applies to