Interface IBlobContainerConfigurationProvider
Namespace: Volo.Abp.BlobStoring
Assembly: Volo.Abp.BlobStoring.dll
Syntax
public interface IBlobContainerConfigurationProvider
Methods
Get(String)
Gets a BlobContainerConfiguration for the given container name
.
Declaration
BlobContainerConfiguration Get(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the container |
Returns
Type | Description |
---|---|
BlobContainerConfiguration | The configuration that should be used for the container |