Class GuidedModeCommandOptions
Inheritance
System.Object
GuidedModeCommandOptions
Assembly: AsaLib.dll
Syntax
public class GuidedModeCommandOptions : CollectorOptions
Properties
|
Improve this Doc
View Source
AnalysesFile
Declaration
public string? AnalysesFile { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
ApplySubObjectRulesToMonitor
Declaration
public bool ApplySubObjectRulesToMonitor { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
DisableAnalysis
Declaration
public bool DisableAnalysis { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Duration
Declaration
public int Duration { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
EnableFileSystemMonitor
Declaration
public bool EnableFileSystemMonitor { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
ExplodedOutput
Declaration
public bool ExplodedOutput { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
FileNamesOnly
Declaration
public bool FileNamesOnly { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
MonitoredDirectories
Declaration
public List<string> MonitoredDirectories { get; set; }
Property Value
| Type |
Description |
| List<System.String> |
|
|
Improve this Doc
View Source
OutputPath
Declaration
public string? OutputPath { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
RunScripts
Declaration
public bool RunScripts { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
SaveToDatabase
Declaration
public bool SaveToDatabase { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|