Show / Hide Table of Contents

    Class AlertSummaryRequest

    Provides parameters for GetAlertSummary(AlertSummaryRequest) method.

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

    Constructors

    AlertSummaryRequest()

    Declaration
    public AlertSummaryRequest()

    Properties

    AlertGroupId

    Gets or sets the identifier of alert group to filter alerts included in the summary. If it is not set then all alerts are included.

    Declaration
    public int? AlertGroupId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    AlertSourceTypeId

    Gets or sets the identifier of alert source type to filter alerts included in the summary. If it is not set then all alert source types are included.

    Declaration
    public int? AlertSourceTypeId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    AlertTypeId

    Gets or sets the identifier of alert type to filter alerts included in the summary. If it is not set then all alert types are included.

    Declaration
    public int? AlertTypeId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    EndTimeLocal

    Gets or sets date and time when requested time period ends in the reporting time zone. If not set, current time is used.

    Declaration
    public DateTime? EndTimeLocal { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    Resolution

    Gets or sets time resolution (interval size) that measures should be aggregated into.

    Declaration
    public int Resolution { get; set; }
    Property Value
    Type Description
    System.Int32

    ResolutionUnit

    Gets or sets the unit of measure for the provided Resolution value. The smallest supported time interval in the system is 5 seconds.

    Declaration
    public TimeUnit ResolutionUnit { get; set; }
    Property Value
    Type Description
    TimeUnit

    StartTimeLocal

    Gets or sets date and time when requested time period starts in the reporting time zone.

    Declaration
    public DateTime StartTimeLocal { get; set; }
    Property Value
    Type Description
    System.DateTime
    Back to top Nevatech Sentinet 6.6 Online Documentation