QueryExecutionType Enum

Definition

Defines values for QueryExecutionType.

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

Fields

Name Value Description
Any 0
Regular 1
Irregular 2
Aborted 3
Exception 4

Applies to