Class FileRepoCleaningOptions
Represents configuration options for a FileRepoCleaner.
Namespace: FulcrumFS
Assembly: FulcrumFS.dll
Syntax
public class FileRepoCleaningOptions
Constructors
| Name | Description |
|---|---|
| FileRepoCleaningOptions() | Initializes a new instance of the FileRepoCleaningOptions class. |
| FileRepoCleaningOptions(IAbsoluteDirectoryPath) | Initializes a new instance of the FileRepoCleaningOptions class with the specified base directory for the file repository to be cleaned. |
Properties
| Name | Description |
|---|---|
| BaseDirectory | Gets or sets the base directory of the file repository to be cleaned. |
| MarkerFileLogging | Gets or sets the logging mode used when writing log entries to marker files during clean operations. Default is HumanReadable. |