KnowledgeBaseRetrievalResponse.Activity Property

Definition

The activity records for tracking progress and billing implications.

public System.Collections.Generic.IList<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseActivityRecord> Activity { get; }
public System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseActivityRecord> Activity { get; }
member this.Activity : System.Collections.Generic.IList<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseActivityRecord>
member this.Activity : System.Collections.Generic.IReadOnlyList<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseActivityRecord>
Public ReadOnly Property Activity As IList(Of KnowledgeBaseActivityRecord)
Public ReadOnly Property Activity As IReadOnlyList(Of KnowledgeBaseActivityRecord)

Property Value

Applies to