Enum IndexOperationType
- Namespace
- Examine
- Assembly
- Examine.Core.dll
The type of index operation
public enum IndexOperationTypeFields
- Add = 0
- An additive operation 
- Delete = 1
- A delete operation 
The type of index operation
public enum IndexOperationTypeAdd = 0An additive operation
Delete = 1A delete operation