Search Results for

    Show / Hide Table of Contents

    Class CatIndicesRecord

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

    Properties

    | Edit this page View Source

    DocsCount

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

    DocsDeleted

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

    Health

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

    Index

    Declaration
    [DataMember(Name = "index")]
    public string Index { 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

    PrimaryStoreSize

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

    Replica

    Declaration
    [DataMember(Name = "rep")]
    public string Replica { 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

    StoreSize

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

    TotalMemory

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

    UUID

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

    Implements

    ICatRecord

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DocsCount
      • DocsDeleted
      • Health
      • Index
      • Primary
      • PrimaryStoreSize
      • Replica
      • Status
      • StoreSize
      • TotalMemory
      • UUID
    • Implements
    • Extension Methods
    Back to top Generated by DocFX