Search Results for

    Show / Hide Table of Contents

    Class TermsAggregate<TKey>

    Inheritance
    object
    MultiBucketAggregate<KeyedBucket<TKey>>
    TermsAggregate<TKey>
    Implements
    IAggregate
    Inherited Members
    MultiBucketAggregate<KeyedBucket<TKey>>.Buckets
    MultiBucketAggregate<KeyedBucket<TKey>>.Meta
    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 TermsAggregate<TKey> : MultiBucketAggregate<KeyedBucket<TKey>>, IAggregate
    Type Parameters
    Name Description
    TKey

    Properties

    | Edit this page View Source

    DocCountErrorUpperBound

    Declaration
    public long? DocCountErrorUpperBound { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    SumOtherDocCount

    Declaration
    public long? SumOtherDocCount { get; set; }
    Property Value
    Type Description
    long?

    Implements

    IAggregate

    Extension Methods

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