• 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

    | Improve this Doc 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>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX