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