Class OperatingSystemMemoryInfo
Inheritance
OperatingSystemMemoryInfo
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class OperatingSystemMemoryInfo
Properties
|
Edit this page
View Source
FreeBytes
Declaration
[DataMember(Name = "free_in_bytes")]
public long FreeBytes { get; }
Property Value
|
Edit this page
View Source
FreePercent
Declaration
[DataMember(Name = "free_percent")]
public int FreePercent { get; }
Property Value
|
Edit this page
View Source
TotalBytes
Declaration
[DataMember(Name = "total_in_bytes")]
public long TotalBytes { get; }
Property Value
|
Edit this page
View Source
UsedBytes
Declaration
[DataMember(Name = "used_in_bytes")]
public long UsedBytes { get; }
Property Value
|
Edit this page
View Source
UsedPercent
Declaration
[DataMember(Name = "used_percent")]
public int UsedPercent { get; }
Property Value
Extension Methods