IndexingSchedule.Interval Property

Definition

Gets or sets the interval of time between indexer executions.

[Newtonsoft.Json.JsonProperty(PropertyName="interval")]
public TimeSpan Interval { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="interval")>]
member this.Interval : TimeSpan with get, set
Public Property Interval As TimeSpan

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to