The default preload ratio for stores with no explicity preload configuration

Namespace: BrightstarDB.Config
Assembly: 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

Property Value

Type: Decimal

See Also