Show / Hide Table of Contents

Class ConfigCommandOptions

Inheritance
System.Object
CommandOptions
ConfigCommandOptions
Inherited Members
CommandOptions.DatabaseFilename
CommandOptions.Debug
CommandOptions.LowMemoryUsage
CommandOptions.Quiet
CommandOptions.Shards
CommandOptions.Verbose
Namespace: Microsoft.CST.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.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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX