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

    Configuration options for the AzureBlobStorageCache.

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

    Properties

    | Edit this page View Source

    CacheFolder

    Gets or sets the cache folder's name that'll store cache files under the configured container. Must conform to Azure Blob Storage directory naming guidelines. https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#directory-names

    Declaration
    public string? CacheFolder { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ConnectionString

    Gets or sets the Azure Blob Storage connection string. https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string.

    Declaration
    public string ConnectionString { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ContainerName

    Gets or sets the Azure Blob Storage container name. Must conform to Azure Blob Storage container naming guidelines. https://docs.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#container-names

    Declaration
    public string ContainerName { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX