Table of Contents

Class AzureBlobStorageImageProviderOptions

Namespace
SixLabors.ImageSharp.Web.Azure.Providers
Assembly
SixLabors.ImageSharp.Web.Providers.Azure.dll

Configuration options for the AzureBlobStorageImageProvider provider.

public class AzureBlobStorageImageProviderOptions
Inheritance
AzureBlobStorageImageProviderOptions
Inherited Members

Properties

BlobContainers

Gets or sets the collection of blob container client options.

public ICollection<AzureBlobContainerClientOptions> BlobContainers { get; set; }

Property Value

ICollection<AzureBlobContainerClientOptions>