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 → AzureBlobsStoreOptions → AzureBlobsScopedStoreOptions
Implements IStoreOptions, INamedElementOptions, IAzureStorageOptions, IScopedStoreOptions
Properties
FolderNameFormat
Gets the folder name format.
public string FolderNameFormat { get; set; }
Property Value
ConnectionString
Gets or sets the connection string.
public string ConnectionString { get; set; }
Property Value
ConnectionStringName
Gets or sets the name of the connection string to reference.
public string ConnectionStringName { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
ProviderName
public string ProviderName { get; set; }
Property Value
ProviderType
public string ProviderType { get; set; }
Property Value
AccessLevel
public AccessLevel AccessLevel { get; set; }
Property Value
AccessLevel
FolderName
public string FolderName { get; set; }
Property Value
Constructors
AzureBlobsScopedStoreOptions()
public AzureBlobsScopedStoreOptions()