Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
NamespaceProperties interface
- Package:
- @azure/service-bus
Represents the metadata related to a service bus namespace.
Properties
| createdAt | The time at which the namespace was created. |
| messagingSku | The SKU/tier of the namespace. "Basic", "Standard" and "Premium" |
| messagingUnits | Number of messaging units allocated for namespace.
Valid only for Premium namespaces.
messagingUnits would be set to |
| modifiedAt | The last time at which the namespace was modified. |
| name | Name of the namespace. |
Property Details
createdAt
The time at which the namespace was created.
createdAt: Date
Property Value
Date
messagingSku
The SKU/tier of the namespace. "Basic", "Standard" and "Premium"
messagingSku: "Basic" | "Premium" | "Standard"
Property Value
"Basic" | "Premium" | "Standard"
messagingUnits
Number of messaging units allocated for namespace.
Valid only for Premium namespaces.
messagingUnits would be set to undefined for Basic and Standard namespaces.
messagingUnits: undefined | number
Property Value
undefined | number
modifiedAt
The last time at which the namespace was modified.
modifiedAt: Date
Property Value
Date
name
Name of the namespace.
name: string
Property Value
string
