IStreamingJobProperties.EventsOutOfOrderPolicy 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.
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