你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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