Interface: INamespaceInfo
Properties of a NamespaceInfo.
Hierarchy
-
↳
INamespaceInfo
Properties
capabilities
• Optional capabilities: null | $Properties
All capabilities the namespace supports.
Inherited from
data
• Optional data: null | { [k: string]: string; }
A key-value map for any customized purpose.
Inherited from
description
• Optional description: null | string
NamespaceInfo description
Inherited from
id
• Optional id: null | string
NamespaceInfo id
Inherited from
limits
• Optional limits: null | $Properties
Namespace configured limits
Inherited from
name
• Optional name: null | string
NamespaceInfo name
Inherited from
ownerEmail
• Optional ownerEmail: null | string
NamespaceInfo ownerEmail
Inherited from
state
• Optional state: null | NamespaceState
NamespaceInfo state
Inherited from
supportsSchedules
• Optional supportsSchedules: null | boolean
Whether scheduled workflows are supported on this namespace. This is only needed temporarily while the feature is experimental, so we can give it a high tag.