Search Results for

    Show / Hide Table of Contents

    Class CatPitSegmentsRecord

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

    Properties

    | Edit this page View Source

    Committed

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

    Compound

    Declaration
    [DataMember(Name = "compound")]
    public string Compound { get; set; }
    Property Value
    Type Description
    string
    | 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

    Generation

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

    Id

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

    Ip

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

    PrimaryOrReplica

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

    Searchable

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

    Segment

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

    Shard

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

    Size

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

    SizeMemory

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

    Version

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

    Implements

    ICatRecord

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Committed
      • Compound
      • DocsCount
      • DocsDeleted
      • Generation
      • Id
      • Index
      • Ip
      • PrimaryOrReplica
      • Searchable
      • Segment
      • Shard
      • Size
      • SizeMemory
      • Version
    • Implements
    • Extension Methods
    Back to top Generated by DocFX