Show / Hide Table of Contents

    Class AlertSummary

    Provides aggregated alert's measures calculated within a specific time period.

    Inheritance
    Object
    AlertSummary
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Back to top Nevatech Sentinet 6.5 Online Documentation