次の方法で共有


StreamingJob.EventsOutOfOrderMaxDelayInSeconds プロパティ

定義

順序が整ったイベントを順番に戻すように調整できる許容最大遅延時間 (秒単位) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.eventsOutOfOrderMaxDelayInSeconds")]
public int? EventsOutOfOrderMaxDelayInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.eventsOutOfOrderMaxDelayInSeconds")>]
member this.EventsOutOfOrderMaxDelayInSeconds : Nullable<int> with get, set
Public Property EventsOutOfOrderMaxDelayInSeconds As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象