Class MetricReadingSummary
Represents aggregated measurements (readings) of the service metric during particular time interval.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public class MetricReadingSummary
  Constructors
MetricReadingSummary()
Declaration
public MetricReadingSummary()
  Properties
AverageValue
Gets or sets metric average value observed in the current time interval.
Declaration
public decimal AverageValue { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Decimal | 
MaximumValue
Gets or sets metric maximum value observed in the current time interval.
Declaration
public decimal MaximumValue { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Decimal | 
MinimumValue
Gets or sets metric minimum value observed in the current time interval.
Declaration
public decimal MinimumValue { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Decimal | 
ServiceAgreementMetricId
Gets or sets identifier of the service metric that was measured.
Declaration
public int ServiceAgreementMetricId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Int32 | 
StartDateTime
Gets or sets the beginning of the time interval. The time is reported in the time zone of the corresponding service agreement.
Declaration
public DateTime StartDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DateTime |