Skip to main content

Interface: INamespaceCapacityInfo

namespace.v1.INamespaceCapacityInfo

Properties of a NamespaceCapacityInfo.

Hierarchy

Properties

currentCapacity

Optional currentCapacity: null | $Properties

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

Inherited from

$Properties.currentCapacity


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.

Inherited from

$Properties.hasLegacyLimits


modeOptions

Optional modeOptions: null | $Properties

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

Inherited from

$Properties.modeOptions


namespace

Optional namespace: null | string

The namespace identifier.

Inherited from

$Properties.namespace


stats

Optional stats: null | $Properties

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

Inherited from

$Properties.stats