IndexerExecutionStatus Enum

Definition

Defines values for IndexerExecutionStatus.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum IndexerExecutionStatus
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type IndexerExecutionStatus = 
Public Enum IndexerExecutionStatus
Inheritance
IndexerExecutionStatus
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

InProgress 2
Reset 3
Success 1
TransientFailure 0

Applies to