Namespace DataWeb.Storage.AzureBlob
Classes
FileStorageStore
Azure Blob Storage implementation of IFileStorageStore. Files are stored as blobs inside Azure Blob Storage containers. The BlobServiceClient instance is shared across all calls (thread-safe singleton field).
ServicesConfiguration
Provides extension methods to register the Azure Blob Storage services into the dependency injection container.
ThumbnailStorageStore
Azure Blob Storage implementation of IThumbnailStorageStore.
Thumbnails are stored as blobs in a dedicated container configured via AzureBlob:ThumbnailContainerName.
The BlobServiceClient instance is shared across all calls (thread-safe singleton field).