Search Results for

    Show / Hide Table of Contents

    Class IndexShardStats

    Inheritance
    object
    IndexStatsBase
    IndexShardStats
    Inherited Members
    IndexStatsBase.Documents
    IndexStatsBase.Store
    IndexStatsBase.Indexing
    IndexStatsBase.Get
    IndexStatsBase.Search
    IndexStatsBase.Merges
    IndexStatsBase.Refresh
    IndexStatsBase.Flush
    IndexStatsBase.Warmer
    IndexStatsBase.QueryCache
    IndexStatsBase.Fielddata
    IndexStatsBase.Completion
    IndexStatsBase.Segments
    IndexStatsBase.Translog
    IndexStatsBase.RequestCache
    IndexStatsBase.Recovery
    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 IndexShardStats : IndexStatsBase

    Properties

    | Edit this page View Source

    Commit

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

    RetentionLeases

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

    Routing

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

    SequenceNumber

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

    ShardPath

    Declaration
    [DataMember(Name = "shard_path")]
    public ShardPath ShardPath { get; }
    Property Value
    Type Description
    ShardPath

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Commit
      • RetentionLeases
      • Routing
      • SequenceNumber
      • ShardPath
    • Extension Methods
    Back to top Generated by DocFX