Show / Hide Table of Contents

    Class AlertSummary

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

    Inheritance
    System.Object
    AlertSummary
    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 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
    System.Int64

    StartTimeLocal

    Gets or sets the start time of the interval used for aggregation.

    Declaration
    public DateTime StartTimeLocal { get; set; }
    Property Value
    Type Description
    System.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
    System.Int64
    Back to top Nevatech Sentinet 6.6 Online Documentation