AzureBlobsProviderOptions

Namespace: Proffer.Storage.Azure.Blobs.Configuration

Options for an AzureBlobsStorageProvider.

public class AzureBlobsProviderOptions : Proffer.Configuration.ProviderOptions, Proffer.Configuration.IProviderOptions, Proffer.Configuration.INamedElementOptions, Proffer.Azure.Configuration.IAzureStorageOptions

Inheritance Object → ProviderOptions → AzureBlobsProviderOptions
Implements IProviderOptions, INamedElementOptions, IAzureStorageOptions

Properties

ConnectionString

Gets or sets the connection string.

public string ConnectionString { get; set; }

Property Value

String

ConnectionStringName

Gets or sets the name of the connection string to reference.

public string ConnectionStringName { get; set; }

Property Value

String

Name

public string Name { get; set; }

Property Value

String

Type

public string Type { get; set; }

Property Value

String

Constructors

AzureBlobsProviderOptions()

public AzureBlobsProviderOptions()