Search Results for

    Show / Hide Table of Contents

    Class DocStats

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

    Properties

    | Edit this page View Source

    Count

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

    Deleted

    Declaration
    [DataMember(Name = "deleted")]
    public long Deleted { get; set; }
    Property Value
    Type Description
    long

    Extension Methods

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