Class DefaultBlobProviderSelector
Inheritance
object
DefaultBlobProviderSelector
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BlobStoring
Assembly: Volo.Abp.BlobStoring.dll
Syntax
public class DefaultBlobProviderSelector : IBlobProviderSelector, ITransientDependency
Constructors
DefaultBlobProviderSelector(IBlobContainerConfigurationProvider, IEnumerable<IBlobProvider>)
Declaration
public DefaultBlobProviderSelector(IBlobContainerConfigurationProvider configurationProvider, IEnumerable<IBlobProvider> blobProviders)
Parameters
| Type | Name | Description |
|---|---|---|
| IBlobContainerConfigurationProvider | configurationProvider | |
| System.Collections.Generic.IEnumerable<T><IBlobProvider> | blobProviders |
Properties
BlobProviders
Declaration
protected IEnumerable<IBlobProvider> BlobProviders { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<T><IBlobProvider> |
ConfigurationProvider
Declaration
protected IBlobContainerConfigurationProvider ConfigurationProvider { get; }
Property Value
| Type | Description |
|---|---|
| IBlobContainerConfigurationProvider |
Methods
Get(string)
Declaration
public virtual IBlobProvider Get(string containerName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | containerName |
Returns
| Type | Description |
|---|---|
| IBlobProvider |