Show / Hide Table of Contents

    Class ServiceVersionUsageSummary

    Provides basic information about usage of a service version.

    Inheritance
    Object
    ServiceVersionUsageSummary
    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
    public sealed class ServiceVersionUsageSummary

    Constructors

    ServiceVersionUsageSummary()

    Declaration
    public ServiceVersionUsageSummary()

    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
    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
    Int64

    ExceptionCount

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

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

    FailureCount

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

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

    FriendlyName

    Gets or sets the service version friendly name.

    Declaration
    public string FriendlyName { get; set; }
    Property Value
    Type Description
    String

    IsDeleted

    Gets or sets flag indicating that service version has been deleted.

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

    Kind

    Gets or sets the service kind: SOAP, REST, and OData.

    Declaration
    public ServiceKind Kind { get; set; }
    Property Value
    Type Description
    ServiceKind

    ServiceName

    Gets or sets service friendly name.

    Declaration
    public string ServiceName { get; set; }
    Property Value
    Type Description
    String

    ServiceVersionId

    Gets or sets identifier of the service version.

    Declaration
    public int ServiceVersionId { get; set; }
    Property Value
    Type Description
    Int32

    TotalCount

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

    Declaration
    public long TotalCount { get; set; }
    Property Value
    Type Description
    Int64

    Version

    Gets or sets the custom-defined version identifier.

    Declaration
    public string Version { get; set; }
    Property Value
    Type Description
    String

    VersionNumber

    Gets or set service version number.

    Declaration
    public int VersionNumber { get; set; }
    Property Value
    Type Description
    Int32
    Back to top Nevatech Sentinet 6.5 Online Documentation