The default preload ratio for stores with no explicity preload configuration
Namespace: BrightstarDB.ConfigAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public decimal DefaultCacheRatio { get; set; } |
| Visual Basic |
|---|
Public Property DefaultCacheRatio As Decimal Get Set |
| Visual C++ |
|---|
public: property Decimal DefaultCacheRatio { Decimal get (); void set (Decimal value); } |
| F# |
|---|
member DefaultCacheRatio : decimal with get, set |