AzureBlobsScopedStoreOptions

Namespace: Proffer.Storage.Azure.Blobs.Configuration

Options for a scoped AzureBlobsStore.

public class AzureBlobsScopedStoreOptions : AzureBlobsStoreOptions, Proffer.Storage.Configuration.IStoreOptions, Proffer.Configuration.INamedElementOptions, Proffer.Azure.Configuration.IAzureStorageOptions, Proffer.Storage.Configuration.IScopedStoreOptions

Inheritance Object → StoreOptions → AzureBlobsStoreOptionsAzureBlobsScopedStoreOptions
Implements IStoreOptions, INamedElementOptions, IAzureStorageOptions, IScopedStoreOptions

Properties

FolderNameFormat

Gets the folder name format.

public string FolderNameFormat { get; set; }

Property Value

String

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

ProviderName

public string ProviderName { get; set; }

Property Value

String

ProviderType

public string ProviderType { get; set; }

Property Value

String

AccessLevel

public AccessLevel AccessLevel { get; set; }

Property Value

AccessLevel

FolderName

public string FolderName { get; set; }

Property Value

String

Constructors

AzureBlobsScopedStoreOptions()

public AzureBlobsScopedStoreOptions()