Show / Hide Table of Contents

    Class ServiceVersionUsageSummary

    Provides basic information about usage of a service version.

    Inheritance
    System.Object
    ServiceVersionUsageSummary
    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 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
    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 service 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 service experienced.

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

    FriendlyName

    Gets or sets the service version friendly name.

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

    IsDeleted

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

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.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
    System.String

    ServiceVersionId

    Gets or sets identifier of the service version.

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

    TotalCount

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

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

    Version

    Gets or sets the custom-defined version identifier.

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

    VersionNumber

    Gets or set service version number.

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