Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NamespaceProperties

Package version

Represents the metadata related to a service bus namespace.

Hierarchy

  • NamespaceProperties

Index

Properties

createdAt

createdAt: Date

The time at which the namespace was created.

messagingSku

messagingSku: "Basic" | "Premium" | "Standard"

The SKU/tier of the namespace. "Basic", "Standard" and "Premium"

messagingUnits

messagingUnits: number | undefined

Number of messaging units allocated for namespace. Valid only for Premium namespaces. messagingUnits would be set to undefined for Basic and Standard namespaces.

modifiedAt

modifiedAt: Date

The last time at which the namespace was modified.

name

name: string

Name of the namespace.

Generated using TypeDoc