Show / Hide Table of Contents

    Class ProductUsageSummary

    Provides basic information about usage of a product.

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

    Constructors

    ProductUsageSummary()

    Declaration
    public ProductUsageSummary()

    Properties

    AverageBytes

    Gets or sets the average number of bytes received and sent processing a service call.

    Declaration
    public long AverageBytes { get; set; }
    Property Value
    Type Description
    System.Int64

    AverageDuration

    Gets or sets the average duration (in milliseconds) of a service call (time between receiving request message and returning response message).

    Declaration
    public long AverageDuration { get; set; }
    Property Value
    Type Description
    System.Int64

    ExceptionCount

    Gets or sets the number of calls to this product resulted in communication errors.

    Declaration
    public long ExceptionCount { get; set; }
    Property Value
    Type Description
    System.Int64

    FailureCount

    Gets or sets the number of faulted calls (faults) that product experienced.

    Declaration
    public long FailureCount { get; set; }
    Property Value
    Type Description
    System.Int64

    IsDeleted

    Gets or sets flag indicating that product has been deleted.

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean

    ProductId

    Gets or sets the identifier of the product.

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

    ProductName

    Gets or sets the name of the product.

    Declaration
    public string ProductName { get; set; }
    Property Value
    Type Description
    System.String

    TotalCount

    Gets or sets the total number of calls (messages) that product received.

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