Class BlobProviderArgs
Inheritance
object
BlobProviderArgs
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
Assembly: Volo.Abp.BlobStoring.dll
Syntax
public abstract class BlobProviderArgs
Constructors
BlobProviderArgs(string, BlobContainerConfiguration, string, CancellationToken)
Declaration
protected BlobProviderArgs(string containerName, BlobContainerConfiguration configuration, string blobName, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | containerName | |
BlobContainerConfiguration | configuration | |
string | blobName | |
System.Threading.CancellationToken | cancellationToken |
Properties
BlobName
Declaration
public string BlobName { get; }
Property Value
Type | Description |
---|---|
string |
CancellationToken
Declaration
public CancellationToken CancellationToken { get; }
Property Value
Type | Description |
---|---|
System.Threading.CancellationToken |
Configuration
Declaration
public BlobContainerConfiguration Configuration { get; }
Property Value
Type | Description |
---|---|
BlobContainerConfiguration |
ContainerName
Declaration
public string ContainerName { get; }
Property Value
Type | Description |
---|---|
string |