NamespaceAssetStatusStream interface
Defines the asset status stream properties.
Properties
| error | Object to transfer and persist errors that originate from the edge. |
| message |
The message schema reference object. |
| name | The name of the stream. Must be unique within the status.streams array. This name is used to correlate between the spec and status event information. |
Property Details
error
Object to transfer and persist errors that originate from the edge.
error?: StatusError
Property Value
messageSchemaReference
The message schema reference object.
messageSchemaReference?: NamespaceMessageSchemaReference
Property Value
name
The name of the stream. Must be unique within the status.streams array. This name is used to correlate between the spec and status event information.
name: string
Property Value
string