IndexerExecutionResult.Status Property

Definition

Gets the outcome of this indexer execution. Possible values include: 'transientFailure', 'success', 'inProgress', 'reset'

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Search.Models.IndexerExecutionStatus Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Microsoft.Azure.Search.Models.IndexerExecutionStatus
Public ReadOnly Property Status As IndexerExecutionStatus

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to