Share via


AzureSearchSettings Class

Definition

Provides the client configuration settings for connecting to Azure 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 Search resource.

DisableHealthChecks

Gets or sets a boolean value that indicates whether the Azure 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 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 Search endpoint.

Applies to