Class AzureBlobStorageImageProviderOptions
Configuration options for the AzureBlobStorageImageProvider provider.
Inherited Members
Namespace: SixLabors.ImageSharp.Web.Providers.Azure
Assembly: SixLabors.ImageSharp.Web.Providers.Azure.dll
Syntax
public class AzureBlobStorageImageProviderOptions
Properties
| Edit this page View SourceBlobContainers
Gets or sets the collection of blob container client options.
Declaration
public ICollection<AzureBlobContainerClientOptions> BlobContainers { get; set; }
Property Value
Type | Description |
---|---|
ICollection<AzureBlobContainerClientOptions> |