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