Class AzureBlobStorageCacheOptions
Configuration options for the AzureBlobStorageCache.
Inherited Members
Namespace: SixLabors.ImageSharp.Web.Caching.Azure
Assembly: SixLabors.ImageSharp.Web.Providers.Azure.dll
Syntax
public class AzureBlobStorageCacheOptions
Properties
| Improve this Doc View SourceConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
Type | Description |
---|---|
String |
ContainerName
Declaration
public string ContainerName { get; set; }
Property Value
Type | Description |
---|---|
String |