Class DefaultMinioBlobNameCalculator
Inheritance
object
DefaultMinioBlobNameCalculator
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.Minio
Assembly: Volo.Abp.BlobStoring.Minio.dll
Syntax
public class DefaultMinioBlobNameCalculator : IMinioBlobNameCalculator, ITransientDependency
Constructors
DefaultMinioBlobNameCalculator(ICurrentTenant)
Declaration
public DefaultMinioBlobNameCalculator(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 |