Skip to main content

Interface: $Properties

v1.NamespaceCapacityInfo.$Properties

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.


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 | $Properties

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 | $Properties

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