次の方法で共有


StreamingJob.CompatibilityLevel プロパティ

定義

ストリーミング ジョブの特定のランタイム動作を取得または設定します。 使用できる値は、'1.0'、'1.2' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象