次の方法で共有


TumblingWindowTrigger.EndTime プロパティ

定義

準備ができているウィンドウに対してイベントが発生するトリガーの期間の終了時刻を取得または設定します。 現在サポートされているのは UTC 時刻のみです。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.endTime")]
public DateTime? EndTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.endTime")>]
member this.EndTime : Nullable<DateTime> with get, set
Public Property EndTime As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象