SearchClient
SearchClient()
SearchClient(Uri, String, AzureKeyCredential)
SearchClient(Uri, String, TokenCredential)
SearchClient(Uri, String, AzureKeyCredential, SearchClientOptions)
SearchClient(Uri, String, TokenCredential, SearchClientOptions)
Endpoint
IndexName
Pipeline
ServiceName
Autocomplete(String, String, AutocompleteOptions, CancellationToken)
AutocompleteAsync(String, String, AutocompleteOptions, CancellationToken)
DeleteDocuments<T>(IEnumerable<T>, IndexDocumentsOptions, CancellationToken)
DeleteDocuments(String, IEnumerable<String>, IndexDocumentsOptions, CancellationToken)
DeleteDocumentsAsync<T>(IEnumerable<T>, IndexDocumentsOptions, CancellationToken)
DeleteDocumentsAsync(String, IEnumerable<String>, IndexDocumentsOptions, CancellationToken)
GetDocument<T>(String, GetDocumentOptions, CancellationToken)
GetDocumentAsync<T>(String, GetDocumentOptions, CancellationToken)
GetDocumentCount(CancellationToken)
GetDocumentCountAsync(CancellationToken)
IndexDocuments<T>(IndexDocumentsBatch<T>, IndexDocumentsOptions, CancellationToken)
IndexDocumentsAsync<T>(IndexDocumentsBatch<T>, IndexDocumentsOptions, CancellationToken)
MergeDocuments<T>(IEnumerable<T>, IndexDocumentsOptions, CancellationToken)
MergeDocumentsAsync<T>(IEnumerable<T>, IndexDocumentsOptions, CancellationToken)
MergeOrUploadDocuments<T>(IEnumerable<T>, IndexDocumentsOptions, CancellationToken)
MergeOrUploadDocumentsAsync<T>(IEnumerable<T>, IndexDocumentsOptions, CancellationToken)
Search<T>(SearchOptions, CancellationToken)
Search<T>(String, SearchOptions, CancellationToken)
SearchAsync<T>(SearchOptions, CancellationToken)
SearchAsync<T>(String, SearchOptions, CancellationToken)
Suggest<T>(String, String, SuggestOptions, CancellationToken)
SuggestAsync<T>(String, String, SuggestOptions, CancellationToken)
UploadDocuments<T>(IEnumerable<T>, IndexDocumentsOptions, CancellationToken)
UploadDocumentsAsync<T>(IEnumerable<T>, IndexDocumentsOptions, CancellationToken)
net10.0-windows7.0
namespace Azure.Search.Documents
{
public class SearchClient
{
public virtual string IndexName { get; }
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assemblies | Azure.Search.Documents , Version=11.6.0.0, PublicKeyToken=92742159e12e44c8 Azure.Search.Documents , Version=11.7.0.0, PublicKeyToken=92742159e12e44c8 |
Referencing | Your project needs a package reference to |
Package | Azure.Search.Documents (11.6.0) netstandard2.0 |
Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API