Class RepositoryOptions
Configuration options for the repository.
Inherited Members
Namespace: Ipfs.Engine
Assembly: Ipfs.Engine.dll
Syntax
public class RepositoryOptions
Constructors
| Improve this Doc View SourceRepositoryOptions()
Creates a new instance of the RepositoryOptions class with the default values.
Declaration
public RepositoryOptions()
Properties
| Improve this Doc View SourceFolder
The directory of the repository.
Declaration
public string Folder { get; set; }
Property Value
Type | Description |
---|---|
String | The default value is |
Methods
| Improve this Doc View SourceExistingFolder()
Get the existing directory of the repository.
Declaration
public string ExistingFolder()
Returns
Type | Description |
---|---|
String | An existing directory. |
Remarks
Creates the Folder if it does not exist.