NamespaceProperties interface
Represents the metadata related to a service bus namespace.
Properties
created |
The time at which the namespace was created. |
messaging |
The SKU/tier of the namespace. "Basic", "Standard" and "Premium" |
messaging |
Number of messaging units allocated for namespace.
Valid only for Premium namespaces.
messagingUnits would be set to |
modified |
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