TransmittedStreamStatus
- Last UpdatedApr 15, 2025
- 1 minute read
To create the TransmittedStreamStatus enumeration definition, use the process outlined in Create enumeration schema definitions.
The TransmittedStreamStatus JSON text is
{
"Name": "TransmittedStreamStatus",
"Id": "TransmittedStreamStatus",
"State": "Active",
"Members": [
{
"Name": "Processed",
"Code": 1,
"State": "Active",
"Description": "Stream is processed"
},
{
"Name": "Failed",
"Code": 2,
"State": "Active",
"Description": "Stream processing failed"
}
]
}
In the URI field, type /Enumerations/ at the end of the existing text, then add the text from the "Id" field of the schema. For TransmittedStreamStatus, use /Enumerations/TransmittedStreamStatus.