ScopedStoreOptions
Namespace: Proffer.Storage.Configuration
Generic options for a scoped IStore.
public class ScopedStoreOptions : StoreOptions, IStoreOptions, Proffer.Configuration.INamedElementOptions, IScopedStoreOptions
Inheritance Object → StoreOptions → ScopedStoreOptions
Implements IStoreOptions, INamedElementOptions, IScopedStoreOptions
Properties
FolderNameFormat
Gets the folder name format.
public string FolderNameFormat { get; set; }
Property Value
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
ProviderName
Gets or sets the name of the provider.
public string ProviderName { get; set; }
Property Value
ProviderType
Gets or sets the type of the provider.
public string ProviderType { get; set; }
Property Value
AccessLevel
Gets or sets the access level.
public AccessLevel AccessLevel { get; set; }
Property Value
FolderName
Gets or sets the name of the folder.
public string FolderName { get; set; }
Property Value
Constructors
ScopedStoreOptions()
public ScopedStoreOptions()