Table of Contents

Class AzureSQLDatabaseContentSourceServiceSettings

Namespace
FoundationaLLM.Vectorization.Models.Configuration
Assembly
FoundationaLLM.Vectorization.Engine.dll

Provides configuration settings to initialize a Sql Database content source service.

public class AzureSQLDatabaseContentSourceServiceSettings
Inheritance
AzureSQLDatabaseContentSourceServiceSettings
Inherited Members
Extension Methods

Properties

ConnectionString

The connection string used for authentication.

public string? ConnectionString { get; set; }

Property Value

string