FileSystemProviderOptions
Namespace: Proffer.Storage.FileSystem.Configuration
Options for a FileSystemStorageProvider.
public class FileSystemProviderOptions : Proffer.Configuration.ProviderOptions, Proffer.Configuration.IProviderOptions, Proffer.Configuration.INamedElementOptions
Inheritance Object → ProviderOptions → FileSystemProviderOptions
Implements IProviderOptions, INamedElementOptions
Properties
RootPath
Gets or sets the root path.
public string RootPath { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
Constructors
FileSystemProviderOptions()
public FileSystemProviderOptions()