Share via


Watcher.ExecutionFrequencyInSeconds Property

Definition

Gets or sets the frequency at which the watcher is invoked.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.executionFrequencyInSeconds")]
public long? ExecutionFrequencyInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.executionFrequencyInSeconds")>]
member this.ExecutionFrequencyInSeconds : Nullable<int64> with get, set
Public Property ExecutionFrequencyInSeconds As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to