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

    Represents a single Azure Blob Storage connection and container.

    Inheritance
    Object
    AzureBlobContainerClientOptions
    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 AzureBlobContainerClientOptions

    Properties

    | Improve this Doc 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
    | Improve this Doc View Source

    ContainerName

    Gets or sets the Azure Blob Storage container name. Must conform to Azure Blob Storage containiner naming guidlines. 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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX