Table of Contents

Class OneLakeDataSource

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

Azure Data Lake data source.

public class OneLakeDataSource : DataSourceBase
Inheritance
OneLakeDataSource
Inherited Members
Extension Methods

Constructors

OneLakeDataSource()

Creates a new instance of the OneLakeDataSource data source.

public OneLakeDataSource()

Properties

Workspaces

The list of workspaces from the data lake. The format is [workspace_name].

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

Property Value

List<string>