Share via


NamespaceAssetStatus interface

Defines the asset status properties.

Properties

config

Defines the asset status config properties.

datasets

Array of dataset statuses that describe the status of each dataset.

eventGroups

Array of event group statuses that describe the status of each event group.

managementGroups

Array of management group statuses that describe the status of each management group.

streams

Array of stream statuses that describe the status of each stream.

Property Details

config

Defines the asset status config properties.

config?: StatusConfig

Property Value

datasets

Array of dataset statuses that describe the status of each dataset.

datasets?: NamespaceAssetStatusDataset[]

Property Value

eventGroups

Array of event group statuses that describe the status of each event group.

eventGroups?: NamespaceAssetStatusEventGroup[]

Property Value

managementGroups

Array of management group statuses that describe the status of each management group.

managementGroups?: NamespaceAssetStatusManagementGroup[]

Property Value

streams

Array of stream statuses that describe the status of each stream.

streams?: NamespaceAssetStatusStream[]

Property Value