• 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 AzureBlobStorageCacheResolver

    Provides means to manage image buffers within the AzureBlobStorageCache.

    Inheritance
    object
    AzureBlobStorageCacheResolver
    Implements
    IImageCacheResolver
    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 AzureBlobStorageCacheResolver : IImageCacheResolver

    Constructors

    | Edit this page View Source

    AzureBlobStorageCacheResolver(BlobClient)

    Initializes a new instance of the AzureBlobStorageCacheResolver class.

    Declaration
    public AzureBlobStorageCacheResolver(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<ImageCacheMetadata> GetMetaDataAsync()
    Returns
    Type Description
    Task<ImageCacheMetadata>

    The ImageCacheMetadata.

    | 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

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