Class MonitorCommandOptions
Inheritance
System.Object
MonitorCommandOptions
Assembly: AsaLib.dll
Syntax
public class MonitorCommandOptions : CommandOptions
Properties
|
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
FileNamesOnly
Declaration
public bool FileNamesOnly { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
GatherHashes
Declaration
public bool GatherHashes { 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
Overwrite
Declaration
public bool Overwrite { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
RunId
Declaration
public string? RunId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|