IAzureStorageOptions
Namespace: Proffer.Azure.Configuration
Proffer options pointing to an Azure Storage account.
public interface IAzureStorageOptions
Properties
ConnectionString
Gets or sets the connection string.
public abstract string ConnectionString { get; set; }
Property Value
ConnectionStringName
Gets or sets the name of the connection string to reference.
public abstract string ConnectionStringName { get; set; }