Show / Hide Table of Contents

Class DBSettings

Inheritance
System.Object
DBSettings
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.Utils
Assembly: AsaLib.dll
Syntax
public class DBSettings

Properties

| Improve this Doc View Source

BatchSize

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

FlushCount

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

JournalMode

Declaration
public string JournalMode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LockingMode

Declaration
public string LockingMode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LowMemoryUsage

Declaration
public bool LowMemoryUsage { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

PageSize

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

ShardingFactor

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

Synchronous

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