Class CommandOptions
Inheritance
System.Object
CommandOptions
Assembly: AsaLib.dll
Syntax
public class CommandOptions : object
Properties
|
Improve this Doc
View Source
DatabaseFilename
Declaration
public string DatabaseFilename { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Debug
Declaration
public bool Debug { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
LowMemoryUsage
Declaration
public bool LowMemoryUsage { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Quiet
Declaration
public bool Quiet { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Shards
Declaration
public int Shards { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
Verbose
Declaration
public bool Verbose { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|