SamplingTelemetryItemTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | Unknown Telemetry Item Type |
Event | 1 | Event Telemetry type |
Exception | 2 | Exception Telemetry type |
Message | 4 | Message Telemetry type |
Metric | 8 | Metric Telemetry 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 |
Availability | 1024 | Availability Telemetry type |
Applies to
Azure SDK for .NET