Class MetricReading
Represents a single measurement (reading) of the service metric.
Inheritance
System.Object
MetricReading
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public class MetricReading
Constructors
MetricReading()
Declaration
public MetricReading()
Properties
ServiceAgreementMetricId
Gets or sets identifier of the service metric that was measured.
Declaration
public int ServiceAgreementMetricId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartDateTime
Gets or sets the date and time when metric value was read. The time is reported in the time zone of the corresponding service agreement.
Declaration
public DateTime StartDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Value
Gets or sets the measured metric value.
Declaration
public decimal Value { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |