Class BlobStorageSettings
- Namespace
- FoundationaLLM.Common.Models.Configuration.Storage
- Assembly
- FoundationaLLM.Common.dll
Provides configuration options for a Blob Storage service.
public record BlobStorageSettings : IEquatable<BlobStorageSettings>
- Inheritance
-
BlobStorageSettings
- Implements
- Inherited Members
- Extension Methods
Properties
BlobStorageConnection
The connection string for the blob storage.
public required string BlobStorageConnection { get; set; }
Property Value
BlobStorageContainer
The name of the blob storage container.
public required string BlobStorageContainer { get; set; }