Search Results for

    Show / Hide Table of Contents

    Class NodeJvmStats.MemoryStats.JvmPool

    Inheritance
    object
    NodeJvmStats.MemoryStats.JvmPool
    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 NodeJvmStats.MemoryStats.JvmPool

    Properties

    | Edit this page View Source

    Max

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

    MaxInBytes

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

    PeakMax

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

    PeakMaxInBytes

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

    PeakUsed

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

    PeakUsedInBytes

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

    Used

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

    UsedInBytes

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Max
      • MaxInBytes
      • PeakMax
      • PeakMaxInBytes
      • PeakUsed
      • PeakUsedInBytes
      • Used
      • UsedInBytes
    • Extension Methods
    Back to top Generated by DocFX