Show / Hide Table of Contents

Class ConfigCommandOptions

Inheritance
System.Object
CommandOptions
ConfigCommandOptions
Inherited Members
CommandOptions.DatabaseFilename
CommandOptions.Shards
CommandOptions.LowMemoryUsage
CommandOptions.Debug
CommandOptions.Verbose
CommandOptions.Quiet
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AttackSurfaceAnalyzer
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.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

TelemetryOptOut

Declaration
public bool TelemetryOptOut { 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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX