Search Results for

    Show / Hide Table of Contents

    Class ProcessStats.MemoryStats

    Inheritance
    object
    ProcessStats.MemoryStats
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    string
    | Edit this page View Source

    ResidentInBytes

    Declaration
    [DataMember(Name = "resident_in_bytes")]
    public long ResidentInBytes { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Share

    Declaration
    [DataMember(Name = "share")]
    public string Share { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ShareInBytes

    Declaration
    [DataMember(Name = "share_in_bytes")]
    public long ShareInBytes { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    TotalVirtual

    Declaration
    [DataMember(Name = "total_virtual")]
    public string TotalVirtual { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TotalVirtualInBytes

    Declaration
    [DataMember(Name = "total_virtual_in_bytes")]
    public long TotalVirtualInBytes { get; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Resident
      • ResidentInBytes
      • Share
      • ShareInBytes
      • TotalVirtual
      • TotalVirtualInBytes
    • Extension Methods
    Back to top Generated by DocFX