次の方法で共有


TumblingWindowTrigger.Delay プロパティ

定義

トリガーが期限を過ぎてから新しい実行をトリガーするまでの待機時間を示す値を取得または設定します。 ウィンドウの開始時刻と終了時刻は変更されません。 既定値は 0 です。 型: string (または resultType 文字列を含む式)、pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.delay")]
public object Delay { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.delay")>]
member this.Delay : obj with get, set
Public Property Delay As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象