Class OperatingSystemStats.MemoryStats
Inheritance
OperatingSystemStats.MemoryStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class OperatingSystemStats.MemoryStats
Properties
|
Edit this page
View Source
Free
Declaration
[DataMember(Name = "free")]
public string Free { get; }
Property Value
|
Edit this page
View Source
FreeInBytes
Declaration
[DataMember(Name = "free_in_bytes")]
public long FreeInBytes { get; }
Property Value
|
Edit this page
View Source
Total
Declaration
[DataMember(Name = "total")]
public string Total { get; }
Property Value
|
Edit this page
View Source
TotalInBytes
Declaration
[DataMember(Name = "total_in_bytes")]
public long TotalInBytes { get; }
Property Value
|
Edit this page
View Source
Used
Declaration
[DataMember(Name = "used")]
public string Used { get; }
Property Value
|
Edit this page
View Source
UsedInBytes
Declaration
[DataMember(Name = "used_in_bytes")]
public long UsedInBytes { get; }
Property Value
Extension Methods