Class BlobProviderSaveArgs
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 class BlobProviderSaveArgs : BlobProviderArgs
Constructors
BlobProviderSaveArgs(string, BlobContainerConfiguration, string, Stream, bool, CancellationToken)
Declaration
public BlobProviderSaveArgs(string containerName, BlobContainerConfiguration configuration, string blobName, Stream blobStream, bool overrideExisting = false, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | containerName | |
BlobContainerConfiguration | configuration | |
string | blobName | |
System.IO.Stream | blobStream | |
bool | overrideExisting | |
System.Threading.CancellationToken | cancellationToken |
Properties
BlobStream
Declaration
public Stream BlobStream { get; }
Property Value
Type | Description |
---|---|
System.IO.Stream |
OverrideExisting
Declaration
public bool OverrideExisting { get; }
Property Value
Type | Description |
---|---|
bool |