Class ConfigCommandOptions
Inheritance
System.Object
ConfigCommandOptions
Assembly: AsaLib.dll
Syntax
public class ConfigCommandOptions : CommandOptions
Properties
|
Improve this Doc
View Source
DeleteRunId
Declaration
public string? DeleteRunId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
ListRuns
Declaration
public bool ListRuns { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
ResetDatabase
Declaration
public bool ResetDatabase { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
TrimToLatest
Declaration
public bool TrimToLatest { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|