NamespaceEntityStats Class

Definition

[System.Runtime.Serialization.DataContract(Name="NamespaceEntityStats", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class NamespaceEntityStats
[<System.Runtime.Serialization.DataContract(Name="NamespaceEntityStats", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type NamespaceEntityStats = class
Public Class NamespaceEntityStats
Inheritance
NamespaceEntityStats
Attributes

Constructors

NamespaceEntityStats()

Initializes a new instance of the4 NamespaceEntityStats class.

Fields

Serializer

Specifies the status of the serializer.

Properties

EventHubCount

Gets or sets the number of event hub.

NotificationHubCount

Gets or sets the number of notification hub.

QueueCount

Gets or sets the number of queue associated with the status.

RelayCount

Gets or sets the number of relays associated with the status.

TopicCount

Gets or sets the number of topics associated with the status.

Applies to