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

SearchServiceClientExtensions.GetServiceStatistics 方法

定义

获取搜索服务的服务级别统计信息。

public static Microsoft.Azure.Search.Models.ServiceStatistics GetServiceStatistics (this Microsoft.Azure.Search.ISearchServiceClient operations, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default);
static member GetServiceStatistics : Microsoft.Azure.Search.ISearchServiceClient * Microsoft.Azure.Search.Models.SearchRequestOptions -> Microsoft.Azure.Search.Models.ServiceStatistics
<Extension()>
Public Function GetServiceStatistics (operations As ISearchServiceClient, Optional searchRequestOptions As SearchRequestOptions = Nothing) As ServiceStatistics

参数

operations
ISearchServiceClient

此扩展方法的操作组。

searchRequestOptions
SearchRequestOptions

操作的其他参数

返回

适用于