Show / Hide Table of Contents

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft