Search Results for

    Show / Hide Table of Contents

    Class CatAllocationRecord

    Inheritance
    object
    CatAllocationRecord
    Implements
    ICatRecord
    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 CatAllocationRecord : ICatRecord

    Properties

    | Edit this page View Source

    DiskAvailable

    Amount of disk available

    Declaration
    [DataMember(Name = "disk.avail")]
    public string DiskAvailable { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DiskIndices

    Amount of disk used by OpenSearch indices

    Declaration
    [DataMember(Name = "disk.indices")]
    public string DiskIndices { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DiskPercent

    The percentage of disk used

    Declaration
    [DataMember(Name = "disk.percent")]
    public string DiskPercent { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DiskTotal

    Total capacity of all volumes

    Declaration
    [DataMember(Name = "disk.total")]
    public string DiskTotal { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DiskUsed

    Amount of disk used (total, not just OpenSearch)

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

    Host

    The host of the node

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

    Ip

    The IP address of the node

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

    Node

    The name of the node

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

    Shards

    Number of shards on the node

    Declaration
    [DataMember(Name = "shards")]
    public string Shards { get; set; }
    Property Value
    Type Description
    string

    Implements

    ICatRecord

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DiskAvailable
      • DiskIndices
      • DiskPercent
      • DiskTotal
      • DiskUsed
      • Host
      • Ip
      • Node
      • Shards
    • Implements
    • Extension Methods
    Back to top Generated by DocFX