Skip to main content
Version: Next

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​

System.String

FeatureArea​

Gets or sets the feature area.

public string? FeatureArea { get; set; }

Property Value​

System.String

FeatureName​

Gets or sets the name of the feature.

public string? FeatureName { get; set; }

Property Value​

System.String

Language​

Gets or sets the language.

public string Language { get; set; }

Property Value​

System.String

LifeCycleEvent​

Gets or sets the name of the life cycle event.

public string? LifeCycleEvent { get; set; }

Property Value​

System.String

OsArchitecture​

Gets or sets the operating system architecture.

public string OsArchitecture { get; set; }

Property Value​

System.String

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​

System.String

Version​

Gets or sets the version of the application.

public string Version { get; set; }

Property Value​

System.String