Class ServicesConfiguration
Provides extension methods to register the Azure Blob Storage services into the dependency injection container.
Inherited Members
Namespace: DataWeb.Storage.AzureBlob
Assembly: DataWeb.Storage.AzureBlob.dll
Syntax
public static class ServicesConfiguration
Methods
AddDataWebStorageAzureBlob(IServiceCollection)
Registers the Azure Blob Storage implementations of IFileStorageStore and IThumbnailStorageStore as singletons in the service collection.
Declaration
public static IServiceCollection AddDataWebStorageAzureBlob(this IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services | The IServiceCollection to add the services to. |
Returns
| Type | Description |
|---|---|
| IServiceCollection | The same IServiceCollection instance for chaining. |