Class AzureBlobProviderConfigurationNames
Inheritance
object
AzureBlobProviderConfigurationNames
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 static class AzureBlobProviderConfigurationNames
Fields
ConnectionString
Declaration
public const string ConnectionString = "Azure.ConnectionString"
Field Value
Type | Description |
---|---|
string |
ContainerName
Declaration
public const string ContainerName = "Azure.ContainerName"
Field Value
Type | Description |
---|---|
string |
CreateContainerIfNotExists
Declaration
public const string CreateContainerIfNotExists = "Azure.CreateContainerIfNotExists"
Field Value
Type | Description |
---|---|
string |