• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • SixLabors.ImageSharp.Web.Caching.Azure
      • AzureBlobStorageCache
      • AzureBlobStorageCacheOptions
    • SixLabors.ImageSharp.Web.Providers.Azure
      • AzureBlobContainerClientOptions
      • AzureBlobStorageImageProvider
      • AzureBlobStorageImageProviderOptions
    • SixLabors.ImageSharp.Web.Resolvers.Azure
      • AzureBlobStorageCacheResolver
      • AzureBlobStorageImageResolver

    Class AzureBlobStorageImageResolver

    Provides means to manage image buffers within the Azure Blob file system.

    Inheritance
    object
    AzureBlobStorageImageResolver
    Implements
    IImageResolver
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: SixLabors.ImageSharp.Web.Resolvers.Azure
    Assembly: SixLabors.ImageSharp.Web.Providers.Azure.dll
    Syntax
    public class AzureBlobStorageImageResolver : IImageResolver

    Constructors

    | Edit this page View Source

    AzureBlobStorageImageResolver(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 Source

    GetMetaDataAsync()

    Asynchronously gets metadata associated with this image.

    Declaration
    public Task<ImageMetadata> GetMetaDataAsync()
    Returns
    Type Description
    Task<ImageMetadata>

    The ImageMetadata.

    | Edit this page View Source

    OpenReadAsync()

    Asynchronously gets the input image stream.

    Declaration
    public Task<Stream> OpenReadAsync()
    Returns
    Type Description
    Task<Stream>

    The Task<TResult>.

    Implements

    IImageResolver
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX