Constructor FileRepoOptions
FileRepoOptions()
Initializes a new instance of the FileRepoOptions class.
Declaration
public FileRepoOptions()
FileRepoOptions(IAbsoluteDirectoryPath)
Initializes a new instance of the FileRepoOptions class with the specified base directory for the file repository.
Declaration
[SetsRequiredMembers]
public FileRepoOptions(IAbsoluteDirectoryPath baseDirectory)
Parameters
| Type | Name | Description |
|---|---|---|
| IAbsoluteDirectoryPath | baseDirectory | The base directory for the file repository. Must be an existing directory in the file system. |