次の方法で共有


TumblingWindowTrigger.Frequency プロパティ

定義

時間枠の頻度を取得または設定します。 使用できる値は、'Minute'、'Hour'、'Month' です。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.frequency")]
public string Frequency { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.frequency")>]
member this.Frequency : string with get, set
Public Property Frequency As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象