IndexActionType 列挙型

定義

IndexActionType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum IndexActionType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type IndexActionType = 
Public Enum IndexActionType
継承
IndexActionType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Delete 3
Merge 1
MergeOrUpload 2
Upload 0

適用対象