Class TelemetryData
- Namespace
- Microsoft.Identity.Client.TelemetryCore.TelemetryClient
- Assembly
- Microsoft.Identity.Client.dll
Stores details to log to the Microsoft.IdentityModel.Abstractions.ITelemetryClient.
public class TelemetryData
- Inheritance
-
TelemetryData
- Inherited Members
Constructors
TelemetryData()
public TelemetryData()
Properties
CacheLevel
Type of cache used. This data is captured from MSAL or Microsoft.Identity.Web to log to telemetry.
public CacheLevel CacheLevel { get; set; }