Class AzureDataLakeDataSource
- 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; }