| Class | Description |
|---|---|
| DataSources |
Utility class that aids in the creation of
DataSources. |
| SearchApiKeyCredential |
Credentials that authorize requests to Azure Cognitive Search.
|
| SearchApiKeyPipelinePolicy |
Policy that adds the Cognitive Search Service api-key into the request's Authorization header.
|
| SearchDocument |
Represents a document
|
| SearchIndexAsyncClient |
Cognitive Search Asynchronous Client to query an index and upload, merge, or delete documents
|
| SearchIndexClient |
Cognitive Search Synchronous Client to query an index and upload, merge, or delete documents
|
| SearchIndexClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of
SearchIndexClients and SearchIndexAsyncClients. |
| SearchServiceAsyncClient |
Asynchronous Client to manage and query indexes, as well as manage other resources, on a Cognitive Search service
|
| SearchServiceClient |
Synchronous Client to manage and query indexes, as well as manage other resources, on a Cognitive Search service
|
| SearchServiceClientBuilder |
This class provides a fluent builder API to help aid the configuration and instantiation of
SearchServiceClients and SearchServiceAsyncClients. |
| Enum | Description |
|---|---|
| SearchServiceVersion |
The versions of Azure Search supported by this client library.
|
| Exception | Description |
|---|---|
| IndexBatchException |
An
IndexBatchException is thrown whenever Azure Cognitive Search index call was only partially successful. |
Copyright © 2020 Microsoft Corporation. All rights reserved.