Search Results for

    Show / Hide Table of Contents

    Class OperationUsageSummary

    Provides basic information about usage of a particular service operation.

    Inheritance
    object
    OperationUsageSummary
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Entities
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
    public sealed class OperationUsageSummary

    Constructors

    OperationUsageSummary()

    Declaration
    public OperationUsageSummary()

    Properties

    AverageBytes

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

    Declaration
    [DataMember]
    public long AverageBytes { get; set; }
    Property Value
    Type Description
    long

    AverageDuration

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

    Declaration
    [DataMember]
    public long AverageDuration { get; set; }
    Property Value
    Type Description
    long

    ContractName

    Gets or sets contract name that operation belongs to.

    Declaration
    [DataMember]
    public string ContractName { get; set; }
    Property Value
    Type Description
    string

    ExceptionCount

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

    Declaration
    [DataMember]
    public long ExceptionCount { get; set; }
    Property Value
    Type Description
    long

    FailureCount

    Gets or sets the number of faulted calls (faults) to this operation.

    Declaration
    [DataMember]
    public long FailureCount { get; set; }
    Property Value
    Type Description
    long

    IsDeleted

    Gets or sets flag indicating that operation has been deleted.

    Declaration
    [DataMember]
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    bool

    OperationId

    Gets or sets identifier of the service operation.

    Declaration
    [DataMember]
    public int? OperationId { get; set; }
    Property Value
    Type Description
    int?

    OperationName

    Gets or sets operation name.

    Declaration
    [DataMember]
    public string OperationName { get; set; }
    Property Value
    Type Description
    string

    TotalCount

    Gets or sets the total number of calls (messages) to the operation.

    Declaration
    [DataMember]
    public long TotalCount { get; set; }
    Property Value
    Type Description
    long
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation