Table of Contents

Enum NamespaceType

Namespace
Microsoft.ServiceBus.Management
Assembly
Microsoft.ServiceBus.dll

Specifies the type of entities the namespace can contain (messaging, Event Hubs, or notification hubs).

public enum NamespaceType : byte

Fields

EventHub = 3

Specifies that the namespace should contain Event Hubs.

Messaging = 0

Specifies that the namespace should contain messaging entities (queues, topics, or subscriptions).

Mixed = 2

Supported only for backward compatibility. Specifies that the namespace can contain a mixture of messaging entities and notification hubs.

NotificationHub = 1

Specifies that the namespace should contain notification hubs.

Others = 99

Other namespace type. To be used for backward compatibility.

Relay = 4

Specifies that the namespace should contain Relays and Hybrid Connections.