Class AzureBlobStorageImageResolver
Provides means to manage image buffers within the Azure Blob file system.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Web.Resolvers.Azure
Assembly: SixLabors.ImageSharp.Web.Providers.Azure.dll
Syntax
public class AzureBlobStorageImageResolver : IImageResolver
Constructors
| Edit this page View SourceAzureBlobStorageImageResolver(BlobClient)
Initializes a new instance of the AzureBlobStorageImageResolver class.
Declaration
public AzureBlobStorageImageResolver(BlobClient blob)
Parameters
Type | Name | Description |
---|---|---|
BlobClient | blob | The Azure blob. |
Methods
| Edit this page View SourceGetMetaDataAsync()
Asynchronously gets metadata associated with this image.
Declaration
public Task<ImageMetadata> GetMetaDataAsync()
Returns
Type | Description |
---|---|
Task<ImageMetadata> | The ImageMetadata. |
OpenReadAsync()
Asynchronously gets the input image stream.
Declaration
public Task<Stream> OpenReadAsync()
Returns
Type | Description |
---|---|
Task<Stream> | The Task<TResult>. |