Table of Contents

Class AzureDataLakeDataSource

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

Azure Data Lake data source.

public class AzureDataLakeDataSource : DataSourceBase
Inheritance
AzureDataLakeDataSource
Inherited Members
Extension Methods

Constructors

AzureDataLakeDataSource()

Creates a new instance of the AzureDataLakeDataSource data source.

public AzureDataLakeDataSource()

Properties

Folders

The list of folders from the data lake. The format is [container_name]/[folder_path].

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

Property Value

List<string>