Interface: INamespaceCapacityInfo
namespace.v1.INamespaceCapacityInfo
Properties of a NamespaceCapacityInfo.
Hierarchy
-
↳
INamespaceCapacityInfo
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
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
modeOptions
• Optional modeOptions: null | $Properties
Available capacity mode options for this namespace. Contains configuration limits for both provisioned and on-demand modes.
Inherited from
namespace
• Optional namespace: null | string
The namespace identifier.
Inherited from
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.