Class ProcessStats.MemoryStats
Inheritance
ProcessStats.MemoryStats
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ProcessStats.MemoryStats
Properties
|
Edit this page
View Source
Resident
Declaration
[DataMember(Name = "resident")]
public string Resident { get; }
Property Value
|
Edit this page
View Source
ResidentInBytes
Declaration
[DataMember(Name = "resident_in_bytes")]
public long ResidentInBytes { get; }
Property Value
|
Edit this page
View Source
Share
Declaration
[DataMember(Name = "share")]
public string Share { get; }
Property Value
|
Edit this page
View Source
ShareInBytes
Declaration
[DataMember(Name = "share_in_bytes")]
public long ShareInBytes { get; }
Property Value
|
Edit this page
View Source
TotalVirtual
Declaration
[DataMember(Name = "total_virtual")]
public string TotalVirtual { get; }
Property Value
|
Edit this page
View Source
TotalVirtualInBytes
Declaration
[DataMember(Name = "total_virtual_in_bytes")]
public long TotalVirtualInBytes { get; }
Property Value
Extension Methods