Search Results for

    Show / Hide Table of Contents

    Class NodeInfoJvmMemory

    Inheritance
    object
    NodeInfoJvmMemory
    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 NodeInfoJvmMemory

    Properties

    | Edit this page View Source

    DirectMax

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

    DirectMaxInBytes

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

    HeapInit

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

    HeapInitInBytes

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

    HeapMax

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

    HeapMaxInBytes

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

    NonHeapInit

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

    NonHeapInitInBytes

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

    NonHeapMax

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

    NonHeapMaxInBytes

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DirectMax
      • DirectMaxInBytes
      • HeapInit
      • HeapInitInBytes
      • HeapMax
      • HeapMaxInBytes
      • NonHeapInit
      • NonHeapInitInBytes
      • NonHeapMax
      • NonHeapMaxInBytes
    • Extension Methods
    Back to top Generated by DocFX