Class AzureBlobContainerClientOptions
Represents a single Azure Blob Storage connection and container.
Inherited Members
Namespace: SixLabors.ImageSharp.Web.Providers.Azure
Assembly: SixLabors.ImageSharp.Web.Providers.Azure.dll
Syntax
public class AzureBlobContainerClientOptions
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 |