Compartilhar via


StreamingUpdate<T> Class

Definition

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
StreamingUpdate<T>
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