Search Results for

    Show / Hide Table of Contents

    Class NodeJvmStats.NodeBufferPool

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

    Properties

    | Edit this page View Source

    Count

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

    TotalCapacity

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

    TotalCapacityInBytes

    Declaration
    [DataMember(Name = "total_capacity_in_bytes")]
    public long TotalCapacityInBytes { 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
      • Count
      • TotalCapacity
      • TotalCapacityInBytes
      • Used
      • UsedInBytes
    • Extension Methods
    Back to top Generated by DocFX