mirror of
https://github.com/AlexMacocian/Net.Sdk.Web.Extensions.git
synced 2026-07-15 21:49:30 +00:00
7 lines
137 B
C#
7 lines
137 B
C#
namespace Net.Sdk.Web.Extensions.Azure.Options;
|
|
|
|
public interface IAzureBlobStorageOptions
|
|
{
|
|
string ContainerName { get; set; }
|
|
}
|