Show / Hide Table of Contents

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
BlobContainerConfigurationProviderExtensions.Get<TContainer>(IBlobContainerConfigurationProvider)
Back to top Powered by Volosoft