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

FeedResponse<T>.IndexMetrics 属性

定义

获取要用于调试目的的索引利用率指标。 它仅适用于查询响应。 其他源响应将为此字段返回 null。 仅当 QueryRequestOptions.PopulateIndexMetrics 设置为 true 时,此结果才可用。

public abstract string IndexMetrics { get; }
member this.IndexMetrics : string
Public MustOverride ReadOnly Property IndexMetrics As String

属性值

索引利用率指标。

适用于