Table of Contents

Class AzureSQLDatabaseDataSource

Namespace
FoundationaLLM.Common.Models.ResourceProviders.DataSource
Assembly
FoundationaLLM.Common.dll

Azure SQL Database data source.

public class AzureSQLDatabaseDataSource : DataSourceBase
Inheritance
AzureSQLDatabaseDataSource
Inherited Members
Extension Methods

Constructors

AzureSQLDatabaseDataSource()

Creates a new instance of the AzureSQLDatabaseDataSource data source.

public AzureSQLDatabaseDataSource()

Properties

Tables

The list of tables from the database. The format is [schema].[table_name].

[JsonPropertyName("tables")]
public List<string> Tables { get; set; }

Property Value

List<string>