Class AzureBlobProviderConfiguration
Inheritance
System.Object
AzureBlobProviderConfiguration
Namespace: Volo.Abp.BlobStoring.Azure
Assembly: Volo.Abp.BlobStoring.Azure.dll
Syntax
public class AzureBlobProviderConfiguration : object
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 |
---|---|
System.String |
ContainerName
This name may only contain lowercase letters, numbers, and hyphens, and must begin with a letter or a number. Each hyphen must be preceded and followed by a non-hyphen character. The name must also be between 3 and 63 characters long. If this parameter is not specified, the ContainerName of the BlobProviderArgs will be used.
Declaration
public string ContainerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreateContainerIfNotExists
Default value: false.
Declaration
public bool CreateContainerIfNotExists { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |