Class BlobContainerConfiguration
Inheritance
object
BlobContainerConfiguration
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Assembly: Volo.Abp.BlobStoring.dll
Syntax
public class BlobContainerConfiguration
Constructors
BlobContainerConfiguration(BlobContainerConfiguration?)
Declaration
public BlobContainerConfiguration(BlobContainerConfiguration? fallbackConfiguration = null)
Parameters
Properties
IsMultiTenant
Declaration
public bool IsMultiTenant { get; set; }
Property Value
NamingNormalizers
Declaration
public ITypeList<IBlobNamingNormalizer> NamingNormalizers { get; }
Property Value
ProviderType
Declaration
public Type? ProviderType { get; set; }
Property Value
Type |
Description |
System.Type |
|
Methods
ClearConfiguration(string)
Declaration
public BlobContainerConfiguration ClearConfiguration(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
GetConfigurationOrDefault<T>(string, T?)
Declaration
public T? GetConfigurationOrDefault<T>(string name, T? defaultValue = default)
Parameters
Type |
Name |
Description |
string |
name |
|
T |
defaultValue |
|
Returns
Type Parameters
GetConfigurationOrNull(string, object?)
Declaration
public object? GetConfigurationOrNull(string name, object? defaultValue = null)
Parameters
Type |
Name |
Description |
string |
name |
|
object |
defaultValue |
|
Returns
SetConfiguration(string, object?)
Declaration
public BlobContainerConfiguration SetConfiguration(string name, object? value)
Parameters
Type |
Name |
Description |
string |
name |
|
object |
value |
|
Returns
Extension Methods