StreamingUpdateReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The collection of values associated with the event names of streaming update payloads. These correspond to the expected downcast data type of the StreamingUpdate as well as to the expected data present in the payload.
public enum StreamingUpdateReason
type StreamingUpdateReason =
Public Enum StreamingUpdateReason
- Inheritance
-
StreamingUpdateReason
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Indicates that there is no known reason associated with the streaming update. |
ThreadCreated | 1 | Indicates that an update was generated as part of a |
RunCreated | 2 | Indicates that an update was generated as part of a |
RunQueued | 3 | Indicates that an update was generated as part of a |
RunInProgress | 4 | Indicates that an update was generated as part of a |
RunRequiresAction | 5 | Indicates that an update was generated as part of a |
RunCompleted | 6 | Indicates that an update was generated as part of a |
RunIncomplete | 7 | Indicates that an update was generated as part of a |
RunFailed | 8 | Indicates that an update was generated as part of a |
RunCancelling | 9 | Indicates that an update was generated as part of a |
RunCancelled | 10 | Indicates that an update was generated as part of a |
RunExpired | 11 | Indicates that an update was generated as part of a |
RunStepCreated | 12 | Indicates that an update was generated as part of a |
RunStepInProgress | 13 | Indicates that an update was generated as part of a |
RunStepUpdated | 14 | Indicates that an update was generated as part of a |
RunStepCompleted | 15 | Indicates that an update was generated as part of a |
RunStepFailed | 16 | Indicates that an update was generated as part of a |
RunStepCancelled | 17 | Indicates that an update was generated as part of a |
RunStepExpired | 18 | Indicates that an update was generated as part of a |
MessageCreated | 19 | Indicates that an update was generated as part of a |
MessageInProgress | 20 | Indicates that an update was generated as part of a |
MessageUpdated | 21 | Indicates that an update was generated as part of a |
MessageCompleted | 22 | Indicates that an update was generated as part of a |
MessageFailed | 23 | Indicates that an update was generated as part of a |
Error | 24 | Indicates that an update was generated as part of a |
Done | 25 | Indicates the end of streaming update events. This value should never be typically observed. |
Applies to
Azure SDK for .NET