SamplingTelemetryItemTypes Enum

Definition

Possible item types for sampling evaluation.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum SamplingTelemetryItemTypes
[<System.Flags>]
type SamplingTelemetryItemTypes = 
Public Enum SamplingTelemetryItemTypes
Inheritance
SamplingTelemetryItemTypes
Attributes

Fields

Availability 1024

Availability Telemetry type

Event 1

Event Telemetry type

Exception 2

Exception Telemetry type

Message 4

Message Telemetry type

Metric 8

Metric Telemetry type

None 0

Unknown Telemetry Item Type

PageView 16

PageView Telemetry type

PageViewPerformance 32

PageViewPerformance Telemetry type

PerformanceCounter 64

PerformanceCounter Telemetry type

RemoteDependency 128

RemoteDependency Telemetry type

Request 256

Request Telemetry type

SessionState 512

SessionState Telemetry type

Applies to