IStreamingJob.CompatibilityLevel Property

Definition

Controls certain runtime behaviors of the streaming job.

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="Controls certain runtime behaviors of the streaming job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.CompatibilityLevel) }, ReadOnly=false, Required=false, SerializedName="compatibilityLevel")]
public Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.CompatibilityLevel? CompatibilityLevel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="Controls certain runtime behaviors of the streaming job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.CompatibilityLevel) }, ReadOnly=false, Required=false, SerializedName="compatibilityLevel")>]
member this.CompatibilityLevel : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.CompatibilityLevel> with get, set
Public Property CompatibilityLevel As Nullable(Of CompatibilityLevel)

Property Value

Attributes

Applies to