Show / Hide Table of Contents

Class Settings

Inheritance
System.Object
Settings
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class Settings : object

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
In This Article
Back to top Generated by DocFX