Indexer.Schedule Property

Definition

Gets or sets the schedule for this indexer.

[Newtonsoft.Json.JsonProperty(PropertyName="schedule")]
public Microsoft.Azure.Search.Models.IndexingSchedule Schedule { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="schedule")>]
member this.Schedule : Microsoft.Azure.Search.Models.IndexingSchedule with get, set
Public Property Schedule As IndexingSchedule

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to