Schedule.TimeWindowInMinutes Property

Definition

Gets or sets time window for which data needs to be fetched for query (should be greater than or equal to frequencyInMinutes).

[Newtonsoft.Json.JsonProperty(PropertyName="timeWindowInMinutes")]
public int TimeWindowInMinutes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="timeWindowInMinutes")>]
member this.TimeWindowInMinutes : int with get, set
Public Property TimeWindowInMinutes As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to