次の方法で共有


Transformation.Query プロパティ

定義

ストリーミング ジョブで実行されるクエリを取得または設定します。 Stream Analytics クエリ言語 (SAQL) の詳細については、 https://msdn.microsoft.com/library/azure/dn834998 を参照してください。 PUT (CreateOrReplace) 要求で必須。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象