Share via


IndexerExecutionStatus 列挙型

定義

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
継承
IndexerExecutionStatus
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

InProgress 2
Reset 3
Success 1
TransientFailure 0

適用対象