Aracılığıyla paylaş


EventType Enum

Definition

Defines values for EventType.

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

Fields

Name Value Description
All 0
Traces 1
CustomEvents 2
PageViews 3
BrowserTimings 4
Requests 5
Dependencies 6
Exceptions 7
AvailabilityResults 8
PerformanceCounters 9
CustomMetrics 10

Applies to