Class Settings
Inheritance
System.Object
Settings
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class Settings : object
Properties
| Improve this Doc View SourceSchemaVersion
Schema Version of the database
Declaration
public int SchemaVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ShardingFactor
How many database files to use/shard data across.
Declaration
public int ShardingFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |