Table of Contents

Class DataSourceTypes

Namespace
FoundationaLLM.Common.Constants.ResourceProviders
Assembly
FoundationaLLM.Common.dll

String constants for the types of data sources.

public static class DataSourceTypes
Inheritance
DataSourceTypes
Inherited Members

Fields

AzureDataLake

Azure Data Lake data source.

public const string AzureDataLake = "azure-data-lake"

Field Value

string

AzureSQLDatabase

Azure SQL Database data source.

public const string AzureSQLDatabase = "azure-sql-database"

Field Value

string

Basic

Basic data source without practical functionality. Used as base for all other data sources.

public const string Basic = "basic"

Field Value

string

OneLake

Fabric OneLake data source.

public const string OneLake = "onelake"

Field Value

string

SharePointOnlineSite

SharePoint Online Site data source.

public const string SharePointOnlineSite = "sharepoint-online-site"

Field Value

string

WebSite

Web Site data source.

public const string WebSite = "web-site"

Field Value

string