Show / Hide Table of Contents

Class AliyunBlobProviderConfiguration

Inheritance
object
AliyunBlobProviderConfiguration
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.Aliyun
Assembly: Volo.Abp.BlobStoring.Aliyun.dll
Syntax
public class AliyunBlobProviderConfiguration

Constructors

AliyunBlobProviderConfiguration(BlobContainerConfiguration)

Declaration
public AliyunBlobProviderConfiguration(BlobContainerConfiguration containerConfiguration)
Parameters
Type Name Description
BlobContainerConfiguration containerConfiguration

Properties

AccessKeyId

Declaration
public string AccessKeyId { get; set; }
Property Value
Type Description
string

AccessKeySecret

Declaration
public string AccessKeySecret { 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

DurationSeconds

Declaration
public int DurationSeconds { get; set; }
Property Value
Type Description
int

Endpoint

Declaration
public string Endpoint { get; set; }
Property Value
Type Description
string

Policy

Declaration
public string Policy { get; set; }
Property Value
Type Description
string

RegionId

Declaration
public string RegionId { get; set; }
Property Value
Type Description
string

RoleArn

Declaration
public string RoleArn { get; set; }
Property Value
Type Description
string

RoleSessionName

Declaration
public string RoleSessionName { get; set; }
Property Value
Type Description
string

TemporaryCredentialsCacheKey

Declaration
public string? TemporaryCredentialsCacheKey { get; set; }
Property Value
Type Description
string

UseSecurityTokenService

Declaration
public bool UseSecurityTokenService { get; set; }
Property Value
Type Description
bool

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform