Search Results for

    Show / Hide Table of Contents

    Class CatHealthRecord

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

    Properties

    | Edit this page View Source

    Cluster

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

    Epoch

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

    Initializing

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

    NodeData

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

    NodeTotal

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

    PendingTasks

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

    Primary

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

    Relocating

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

    Shards

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

    Status

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

    Timestamp

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

    Unassigned

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

    Implements

    ICatRecord

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Cluster
      • Epoch
      • Initializing
      • NodeData
      • NodeTotal
      • PendingTasks
      • Primary
      • Relocating
      • Shards
      • Status
      • Timestamp
      • Unassigned
    • Implements
    • Extension Methods
    Back to top Generated by DocFX