你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IStreamingJob.EventsOutOfOrderPolicy Property

Definition

Indicates the policy to apply to events that arrive out of order in the input event stream.

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="Indicates the policy to apply to events that arrive out of order in the input event stream.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.EventsOutOfOrderPolicy) }, ReadOnly=false, Required=false, SerializedName="eventsOutOfOrderPolicy")]
public Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.EventsOutOfOrderPolicy? EventsOutOfOrderPolicy { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="Indicates the policy to apply to events that arrive out of order in the input event stream.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.EventsOutOfOrderPolicy) }, ReadOnly=false, Required=false, SerializedName="eventsOutOfOrderPolicy")>]
member this.EventsOutOfOrderPolicy : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.EventsOutOfOrderPolicy> with get, set
Public Property EventsOutOfOrderPolicy As Nullable(Of EventsOutOfOrderPolicy)

Property Value

Attributes

Applies to