Language

KnowledgeBaseRetrievalStartedStreamEvent Class

Definition

Wraps a retrieval.started event payload.

public sealed class KnowledgeBaseRetrievalStartedStreamEvent : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseRetrievalStreamEvent
type KnowledgeBaseRetrievalStartedStreamEvent = class
    inherit KnowledgeBaseRetrievalStreamEvent
Public NotInheritable Class KnowledgeBaseRetrievalStartedStreamEvent
Inherits KnowledgeBaseRetrievalStreamEvent
Inheritance
KnowledgeBaseRetrievalStartedStreamEvent

Properties

Name Description
EventName

Gets the wire name of the server-sent event.

(Inherited from KnowledgeBaseRetrievalStreamEvent)
IsTerminal

Gets whether this event terminates the retrieval stream.

(Inherited from KnowledgeBaseRetrievalStreamEvent)
Value

Gets the event payload.

Applies to