Search Results for

    Show / Hide Table of Contents

    Class ServiceAgreementViolationSummary

    Represents the number of service agreement violations in particular time interval.

    Inheritance
    object
    ServiceAgreementViolationSummary
    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
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02", Name = "ViolationSum")]
    public class ServiceAgreementViolationSummary

    Constructors

    ServiceAgreementViolationSummary()

    Declaration
    public ServiceAgreementViolationSummary()

    Properties

    IntervalUnit

    Gets or sets the units in which time interval is measured.

    Declaration
    [DataMember(Name = "Unit")]
    public TimeUnit IntervalUnit { get; set; }
    Property Value
    Type Description
    TimeUnit

    IntervalValue

    Gets or sets the time interval used for accumulating and aggregating service metric.

    Declaration
    [DataMember(Name = "Time")]
    public int IntervalValue { get; set; }
    Property Value
    Type Description
    int

    StartDateTime

    Gets or sets the begining of the time interval. The time is reported in the time zone of the corresponding service agreement.

    Declaration
    [DataMember(Name = "T")]
    public DateTime StartDateTime { get; set; }
    Property Value
    Type Description
    DateTime

    TotalCount

    Gets or sets the total number of violations in the current time interval.

    Declaration
    [DataMember(Name = "C")]
    public int TotalCount { get; set; }
    Property Value
    Type Description
    int
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation