次の方法で共有


Schedule.TimeWindowInMinutes プロパティ

定義

クエリに対してデータをフェッチする必要がある時間枠を取得または設定します (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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象