Search Results for

    Show / Hide Table of Contents

    Class ShardCommitStats

    Inheritance
    object
    ShardCommitStats
    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 ShardCommitStats

    Properties

    | Edit this page View Source

    Generation

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

    Id

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

    NumDocs

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

    UserData

    Declaration
    [DataMember(Name = "user_data")]
    public IReadOnlyDictionary<string, string> UserData { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, string>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Generation
      • Id
      • NumDocs
      • UserData
    • Extension Methods
    Back to top Generated by DocFX