Class SchemeSummary
Represents cumulative information about the number of endpoints having specific schema in their physical address.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
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
public int HostedEndpoints { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Kind
Gets or sets the address kind: physical or Azure Service Bus.
Declaration
public NodeAddressKind Kind { get; set; }
Property Value
Type | Description |
---|---|
NodeAddressKind |
Scheme
Gets or sets the address scheme for which statistics is collected.
Declaration
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
public int TotalEndpoints { get; set; }
Property Value
Type | Description |
---|---|
Int32 |