Table of Contents

Class AzureAISearchIndexingServiceSettings

Namespace
FoundationaLLM.SemanticKernel.Core.Models.Configuration
Assembly
FoundationaLLM.SemanticKernel.Core.dll

Provides configuration settings for the Azure AI Search indexing service.

public record AzureAISearchIndexingServiceSettings : IEquatable<AzureAISearchIndexingServiceSettings>
Inheritance
AzureAISearchIndexingServiceSettings
Implements
Inherited Members
Extension Methods

Properties

AuthenticationType

The AuthenticationType indicating which authentication mechanism to use.

[JsonConverter(typeof(JsonStringEnumConverter))]
public required AuthenticationTypes AuthenticationType { get; set; }

Property Value

AuthenticationTypes

Endpoint

The endpoint of the Azure AI deployment.

public required string Endpoint { get; set; }

Property Value

string