ScopedStoreOptions

Namespace: Proffer.Storage.Configuration

Generic options for a scoped IStore.

public class ScopedStoreOptions : StoreOptions, IStoreOptions, Proffer.Configuration.INamedElementOptions, IScopedStoreOptions

Inheritance ObjectStoreOptionsScopedStoreOptions
Implements IStoreOptions, INamedElementOptions, IScopedStoreOptions

Properties

FolderNameFormat

Gets the folder name format.

public string FolderNameFormat { get; set; }

Property Value

String

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

String

ProviderName

Gets or sets the name of the provider.

public string ProviderName { get; set; }

Property Value

String

ProviderType

Gets or sets the type of the provider.

public string ProviderType { get; set; }

Property Value

String

AccessLevel

Gets or sets the access level.

public AccessLevel AccessLevel { get; set; }

Property Value

AccessLevel

FolderName

Gets or sets the name of the folder.

public string FolderName { get; set; }

Property Value

String

Constructors

ScopedStoreOptions()

public ScopedStoreOptions()