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