Skip to main content

Interface: INamespaceInfo

namespace.v1.INamespaceInfo

Properties of a NamespaceInfo.

Hierarchy

Properties

capabilities

Optional capabilities: null | $Properties

All capabilities the namespace supports.

Inherited from

$Properties.capabilities


data

Optional data: null | { [k: string]: string; }

A key-value map for any customized purpose.

Inherited from

$Properties.data


description

Optional description: null | string

NamespaceInfo description

Inherited from

$Properties.description


id

Optional id: null | string

NamespaceInfo id

Inherited from

$Properties.id


limits

Optional limits: null | $Properties

Namespace configured limits

Inherited from

$Properties.limits


name

Optional name: null | string

NamespaceInfo name

Inherited from

$Properties.name


ownerEmail

Optional ownerEmail: null | string

NamespaceInfo ownerEmail

Inherited from

$Properties.ownerEmail


state

Optional state: null | NamespaceState

NamespaceInfo state

Inherited from

$Properties.state


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.

Inherited from

$Properties.supportsSchedules