ISearchServiceClient Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Client that can be used to manage and query indexes and documents, as well as manage other resources, on a search service.
public interface ISearchServiceClient : IDisposable
type ISearchServiceClient = interface
interface IDisposable
Public Interface ISearchServiceClient
Implements IDisposable
- Derived
- Implements
Properties
AcceptLanguage |
The preferred language for the response. |
ApiVersion |
Client Api Version. |
Credentials |
Credentials needed for the client to connect to Azure. |
DataSources |
Gets the IDataSourcesOperations. |
DeserializationSettings |
Gets or sets json deserialization settings. |
GenerateClientRequestId |
Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. |
Indexers |
Gets the IIndexersOperations. |
Indexes |
Gets the IIndexesOperations. |
LongRunningOperationRetryTimeout |
The retry timeout in seconds for Long Running Operations. Default value is 30. |
SearchCredentials |
Gets the credentials used to authenticate to a search service. This can be either a query API key or an admin API key. |
SearchDnsSuffix |
The DNS suffix of the search service. The default is search.windows.net. |
SearchServiceName |
The name of the search service. |
SerializationSettings |
The base URI of the service. |
Skillsets |
Gets the ISkillsetsOperations. |
SynonymMaps |
Gets the ISynonymMapsOperations. |
Methods
GetServiceStatisticsWithHttpMessagesAsync(SearchRequestOptions, Dictionary<String,List<String>>, CancellationToken) |
Gets service level statistics for a search service. |
Extension Methods
GetServiceStatistics(ISearchServiceClient, SearchRequestOptions) |
Gets service level statistics for a search service. |
GetServiceStatisticsAsync(ISearchServiceClient, SearchRequestOptions, CancellationToken) |
Gets service level statistics for a search service. |
Applies to
Azure SDK for .NET