次の方法で共有


FunctionOutput.DataType プロパティ

定義

関数出力の (Azure Stream Analytics でサポートされている) データ型を取得または設定します。 有効な Azure Stream Analytics データ型の一覧については、 https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx

[Newtonsoft.Json.JsonProperty(PropertyName="dataType")]
public string DataType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataType")>]
member this.DataType : string with get, set
Public Property DataType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象