Class NamespaceEntityStats
- Namespace
- Microsoft.ServiceBus.Management
- Assembly
- Microsoft.ServiceBus.dll
[DataContract(Name = "NamespaceEntityStats", Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class NamespaceEntityStats
- Inheritance
-
NamespaceEntityStats
- Inherited Members
Constructors
NamespaceEntityStats()
Initializes a new instance of the4 NamespaceEntityStats class.
public NamespaceEntityStats()
Fields
Serializer
Specifies the status of the serializer.
public static readonly DataContractSerializer Serializer
Field Value
- DataContractSerializer
Properties
EventHubCount
Gets or sets the number of event hub.
[DataMember(Name = "EventHubCount", IsRequired = false, Order = 104, EmitDefaultValue = true)]
public long EventHubCount { get; set; }
Property Value
- long
The number of event hub.
NotificationHubCount
Gets or sets the number of notification hub.
[DataMember(Name = "NotificationHubCount", IsRequired = false, Order = 103, EmitDefaultValue = true)]
public long NotificationHubCount { get; set; }
Property Value
- long
The number of notification hub.
QueueCount
Gets or sets the number of queue associated with the status.
[DataMember(Name = "QueueCount", IsRequired = false, Order = 101, EmitDefaultValue = true)]
public long QueueCount { get; set; }
Property Value
- long
The number of queue associated with the status.
RelayCount
Gets or sets the number of relays associated with the status.
[DataMember(Name = "RelayCount", IsRequired = false, Order = 102, EmitDefaultValue = true)]
public long RelayCount { get; set; }
Property Value
- long
The number of relays associated with the status.
TopicCount
Gets or sets the number of topics associated with the status.
[DataMember(Name = "TopicCount", IsRequired = false, Order = 100, EmitDefaultValue = true)]
public long TopicCount { get; set; }
Property Value
- long
The number of topics associated with the status.