次の方法で共有


StreamingJob.EventsLateArrivalMaxDelayInSeconds プロパティ

定義

遅延で到着するイベントを含めることができる最大許容遅延を秒単位で取得または設定します。 サポートされている範囲は -1 から 1814399 (20.23:59:59 日数) までです。-1 は、無期限待機の指定に使用されます。 プロパティがない場合、値 -1 であると解釈されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象