Velaptor.Telemetry.UsageData
Velaptor
Velaptor.Telemetry
UsageData Class
Contains the data to send to the telemetry service.
public record UsageData : System.IEquatable<Velaptor.Telemetry.UsageData>
Inheritance System.Object → UsageData
Implements System.IEquatable<UsageData>
Constructors
UsageData() Constructor
public UsageData();
Properties
DotnetVersion
Gets or sets the version of the .NET runtime.
public string DotnetVersion { get; set; }
Property Value
FeatureArea
Gets or sets the feature area.
public string? FeatureArea { get; set; }
Property Value
FeatureName
Gets or sets the name of the feature.
public string? FeatureName { get; set; }
Property Value
Language
Gets or sets the language.
public string Language { get; set; }
Property Value
LifeCycleEvent
Gets or sets the name of the life cycle event.
public string? LifeCycleEvent { get; set; }
Property Value
OsArchitecture
Gets or sets the operating system architecture.
public string OsArchitecture { get; set; }
Property Value
OsName
Gets or sets the operating system for which the runtime was built (or on which an app is running).
public string OsName { get; set; }
Property Value
Version
Gets or sets the version of the application.
public string Version { get; set; }