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. |
| event |
Array of event group statuses that describe the status of each event group. |
| management |
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
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[]