StreamingUpdate<T> Class
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.
Represents a single item of streamed data that encapsulates an underlying response value type.
public class StreamingUpdate<T> : Azure.AI.Projects.StreamingUpdate where T : class
type StreamingUpdate<'T (requires 'T : null)> = class
inherit StreamingUpdate
Public Class StreamingUpdate(Of T)
Inherits StreamingUpdate
Type Parameters
- T
The response value type of the "delta" payload.
- Inheritance
- Derived
Properties
UpdateKind |
A value indicating what type of event this update represents. (Inherited from StreamingUpdate) |
Value |
The underlying response value received with the streaming event. |
Operators
Implicit(StreamingUpdate<T> to T) |
Implicit operator that allows the underlying value type of the StreamingUpdate<T> to be used directly. |
Applies to
Azure SDK for .NET