Class AlertSummary
Provides aggregated alert's measures calculated within a specific time period.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class AlertSummary
Constructors
AlertSummary()
Declaration
public AlertSummary()
Properties
ObservedCount
Gets or sets the number of alerts been observed within the time interval.
Declaration
public long ObservedCount { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
StartTimeLocal
Gets or sets the start time of the interval used for aggregation.
Declaration
public DateTime StartTimeLocal { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
TotalCount
Gets or sets the total number of alerts occured within the time interval.
Declaration
public long TotalCount { get; set; }
Property Value
Type | Description |
---|---|
Int64 |