Search Results for

    Show / Hide Table of Contents

    Class SchemeSummary

    Represents cumulative information about the number of endpoints having specific schema in their physical address.

    Inheritance
    object
    SchemeSummary
    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 SchemeSummary

    Constructors

    SchemeSummary()

    Initializes an empty instance.

    Declaration
    public SchemeSummary()

    Properties

    HostedEndpoints

    Gets or sets the number of endpoints with physical address starting with the current scheme which are actively hosted on the nodes.

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

    Kind

    Gets or sets the address kind: physical or Azure Service Bus.

    Declaration
    [DataMember]
    public NodeAddressKind Kind { get; set; }
    Property Value
    Type Description
    NodeAddressKind

    Scheme

    Gets or sets the address scheme for which statistics is collected.

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

    TotalEndpoints

    Gets or sets the total number of endpoints with physical address starting with the current scheme.

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