IndexActionType Enum

Definition

Defines values for 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
Inheritance
IndexActionType
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Delete 3
Merge 1
MergeOrUpload 2
Upload 0

Applies to