AzureSearchSettings Class
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.
Provides the client configuration settings for connecting to Azure AI Search.
public sealed class AzureSearchSettings
type AzureSearchSettings = class
Public NotInheritable Class AzureSearchSettings
- Inheritance
-
AzureSearchSettings
Constructors
AzureSearchSettings() |
Properties
Credential |
Gets or sets the credential used to authenticate to the Azure AI Search resource. |
DisableHealthChecks |
Gets or sets a boolean value that indicates whether the Azure AI Search health check is disabled or not. |
DisableTracing |
Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not. |
Endpoint |
Gets or sets a Uri referencing the Azure AI Search endpoint. This is likely to be similar to "https://{search_service}.search.windows.net". |
Key |
Gets or sets the key to use to authenticate to the Azure AI Search endpoint. |