Class Performance
- Namespace
- adas_core.Domain.Models.SystemAlerts
- Assembly
- adas-core.Domain.dll
Represents a performance-related entity, such as a metric, measurement, or record used to track and evaluate performance data.
public class Performance
- Inheritance
-
Performance
- Inherited Members
- Extension Methods
Properties
Name
public string? Name { get; set; }
Property Value
PercentageConsumed
public double PercentageConsumed { get; set; }
Property Value
Unit
public string? Unit { get; set; }
Property Value
ValueConsumed
public double ValueConsumed { get; set; }
Property Value
ValueTotal
public double ValueTotal { get; set; }