Search Results for

    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()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    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
    [DataMember(Name = "Observed")]
    public long ObservedCount { get; set; }
    Property Value
    Type Description
    long

    StartTimeLocal

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

    Declaration
    [DataMember(Name = "Time")]
    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
    [DataMember(Name = "Total")]
    public long TotalCount { get; set; }
    Property Value
    Type Description
    long
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation