Search Results for

    Show / Hide Table of Contents

    Class SnapshotIndexStats

    Inheritance
    object
    SnapshotIndexStats
    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
    public class SnapshotIndexStats

    Properties

    | Edit this page View Source

    Shards

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

    ShardsStats

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

    Stats

    Declaration
    [DataMember(Name = "stats")]
    public SnapshotStats Stats { get; }
    Property Value
    Type Description
    SnapshotStats

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Shards
      • ShardsStats
      • Stats
    • Extension Methods
    Back to top Generated by DocFX