Share via


TumblingWindowTrigger.EndTime Property

Definition

Gets or sets the end time for the time period for the trigger during which events are fired for windows that are ready. Only UTC time is currently supported.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to