Class FileSystemBlobProviderConfiguration
Inheritance
object
FileSystemBlobProviderConfiguration
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.FileSystem
Assembly: Volo.Abp.BlobStoring.FileSystem.dll
Syntax
public class FileSystemBlobProviderConfiguration
Constructors
FileSystemBlobProviderConfiguration(BlobContainerConfiguration)
Declaration
public FileSystemBlobProviderConfiguration(BlobContainerConfiguration containerConfiguration)
Parameters
Type | Name | Description |
---|---|---|
BlobContainerConfiguration | containerConfiguration |
Properties
AppendContainerNameToBasePath
Declaration
public bool AppendContainerNameToBasePath { get; set; }
Property Value
Type | Description |
---|---|
bool |
BasePath
Declaration
public string BasePath { get; set; }
Property Value
Type | Description |
---|---|
string |