AzureSearchSettings
Class sealed net10.0
Provides the client configuration settings for connecting to Azure AI Search.
namespace Aspire.Azure.Search.Documents;
public sealed class AzureSearchSettings : Aspire.Azure.Common.IConnectionStringSettings{ // ...} IConnectionStringSettings
6 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesCredentialget; setTokenCredential? Gets or sets the credential used to authenticate to the Azure AI Search resource.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the Azure AI Search health check is disabled or not.
DisableTracingget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
Endpointget; setUri? Gets or sets a
Uri referencing the Azure AI Search endpoint. This is likely to be similar to "https://{search_service}.search.windows.net". Keyget; setstring? Gets or sets the key to use to authenticate to the Azure AI Search endpoint.