Share via


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

ISearchServiceClient 接口

定义

可用于在搜索服务上管理和查询索引和文档以及管理其他资源的客户端。

public interface ISearchServiceClient : IDisposable
type ISearchServiceClient = interface
    interface IDisposable
Public Interface ISearchServiceClient
Implements IDisposable
派生
实现

属性

AcceptLanguage

响应的首选语言。

ApiVersion

客户端 API 版本。

Credentials

客户端连接到 Azure 所需的凭据。

DataSources

获取 IDataSourcesOperations。

DeserializationSettings

获取或设置 json 反序列化设置。

GenerateClientRequestId

是否应生成唯一的 x-ms-client-request-id。 设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认为 true。

Indexers

获取 IIndexersOperations。

Indexes

获取 IIndexesOperations。

LongRunningOperationRetryTimeout

长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。

SearchCredentials

获取用于向搜索服务进行身份验证的凭据。 这可以是查询 API 密钥或管理 API 密钥。

SearchDnsSuffix

搜索服务的 DNS 后缀。 默认值为 search.windows.net。

SearchServiceName

搜索服务的名称。

SerializationSettings

服务的基 URI。

Skillsets

获取 ISkillsetsOperations。

SynonymMaps

获取 ISynonymMapsOperations。

方法

GetServiceStatisticsWithHttpMessagesAsync(SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken)

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

扩展方法

GetServiceStatistics(ISearchServiceClient, SearchRequestOptions)

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

GetServiceStatisticsAsync(ISearchServiceClient, SearchRequestOptions, CancellationToken)

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

适用于