The relative proportion of the page cache to be pre-filled with pages for the specific store.

Namespace: BrightstarDB.Config
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public decimal CacheRatio { get; set; }
Visual Basic
Public Property CacheRatio As Decimal
	Get
	Set
Visual C++
public:
property Decimal CacheRatio {
	Decimal get ();
	void set (Decimal value);
}
F#
member CacheRatio : decimal with get, set

Property Value

Type: Decimal

See Also