Skip to main content

Interface: INamespaceCapacityInfo

namespace.v1.INamespaceCapacityInfo

Properties of a NamespaceCapacityInfo.

Implemented by

Properties

currentCapacity

Optional currentCapacity: null | ICapacity

The current capacity of the namespace. Includes the current mode (on-demand or provisioned) and latest request status.


hasLegacyLimits

Optional hasLegacyLimits: null | boolean

Whether the namespace's APS limit was set by Temporal Support. When true, adjusting the namespace's capacity will reset this limit.


modeOptions

Optional modeOptions: null | ICapacityModeOptions

Available capacity mode options for this namespace. Contains configuration limits for both provisioned and on-demand modes.


namespace

Optional namespace: null | string

The namespace identifier.


stats

Optional stats: null | IStats

Usage statistics for the namespace over the last 7 days. Used to calculate On-Demand capacity limits, also useful for capacity planning.