Share via


StreamingJob.CompatibilityLevel Property

Definition

Gets or sets controls certain runtime behaviors of the streaming job. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to