IStreamingJobProperties.CompatibilityLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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