FileSystemScopedStoreOptions

Namespace: Proffer.Storage.FileSystem.Configuration

Options for a scoped FileSystemStore.

public class FileSystemScopedStoreOptions : FileSystemStoreOptions, Proffer.Storage.Configuration.IStoreOptions, Proffer.Configuration.INamedElementOptions, Proffer.Storage.Configuration.IScopedStoreOptions

Inheritance Object → StoreOptions → FileSystemStoreOptionsFileSystemScopedStoreOptions
Implements IStoreOptions, INamedElementOptions, IScopedStoreOptions

Properties

FolderNameFormat

Gets the folder name format.

public string FolderNameFormat { get; set; }

Property Value

String

RootPath

Gets or sets the root path.

public string RootPath { get; set; }

Property Value

String

AbsolutePath

Gets the absolute path.

public string AbsolutePath { get; }

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

FileSystemScopedStoreOptions()

public FileSystemScopedStoreOptions()