Class FileServiceSettings
- Namespace
- FoundationaLLM.Context.Models.Configuration
- Assembly
- FoundationaLLM.Context.dll
Provides settings for the FoundationaLLM Context API file service.
public class FileServiceSettings
- Inheritance
-
FileServiceSettings
- Inherited Members
- Extension Methods
Properties
CosmosDB
Gets or sets the Azure Cosmos DB settings.
public required AzureCosmosDBSettings CosmosDB { get; set; }
Property Value
Storage
Gets or sets the storage settings.
public required BlobStorageServiceSettings Storage { get; set; }