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

    Configuration options for the AzureBlobStorageImageProvider provider.

    Inheritance
    object
    AzureBlobStorageImageProviderOptions
    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.Providers.Azure
    Assembly: SixLabors.ImageSharp.Web.Providers.Azure.dll
    Syntax
    public class AzureBlobStorageImageProviderOptions

    Properties

    | Edit this page View Source

    BlobContainers

    Gets or sets the collection of blob container client options.

    Declaration
    public ICollection<AzureBlobContainerClientOptions> BlobContainers { get; set; }
    Property Value
    Type Description
    ICollection<AzureBlobContainerClientOptions>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX