DataCacheAvailableRamMB Property |
Current available memory in MB as calculated by using PerformanceCounter or current use relative to MaximumMemoryUse
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public static uint AvailableRamMB { get; }
Public Shared ReadOnly Property AvailableRamMB As UInteger
Get
public:
static property unsigned int AvailableRamMB {
unsigned int get ();
}
static member AvailableRamMB : uint32 with get
Property Value
Type:
UInt32See Also