Class DefaultAzureBlobNameCalculator
Inheritance
object
DefaultAzureBlobNameCalculator
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 DefaultAzureBlobNameCalculator : IAzureBlobNameCalculator, ITransientDependency
Constructors
DefaultAzureBlobNameCalculator(ICurrentTenant)
Declaration
public DefaultAzureBlobNameCalculator(ICurrentTenant currentTenant)
Parameters
Type | Name | Description |
---|---|---|
ICurrentTenant | currentTenant |
Properties
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
Type | Description |
---|---|
ICurrentTenant |
Methods
Calculate(BlobProviderArgs)
Declaration
public virtual string Calculate(BlobProviderArgs args)
Parameters
Type | Name | Description |
---|---|---|
BlobProviderArgs | args |
Returns
Type | Description |
---|---|
string |