Show / Hide Table of Contents

Class Settings

Inheritance
System.Object
Settings
Inherited Members
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.Objects
Assembly: AsaLib.dll
Syntax
public class Settings

Properties

| Improve this Doc View Source

SchemaVersion

Schema Version of the database

Declaration
public int SchemaVersion { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ShardingFactor

How many database files to use/shard data across.

Declaration
public int ShardingFactor { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TelemetryEnabled

Should telemetry be sent.

Declaration
public bool TelemetryEnabled { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX