Share via


StreamingJob.EventsOutOfOrderPolicy Property

Definition

Gets or sets indicates the policy to apply to events that arrive out of order in the input event stream. Possible values include: 'Adjust', 'Drop'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.eventsOutOfOrderPolicy")]
public string EventsOutOfOrderPolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.eventsOutOfOrderPolicy")>]
member this.EventsOutOfOrderPolicy : string with get, set
Public Property EventsOutOfOrderPolicy As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to