Search Results for

    Show / Hide Table of Contents

    Class TermsAggregation

    Inheritance
    object
    AggregationBase
    BucketAggregationBase
    TermsAggregation
    Implements
    ITermsAggregation
    IBucketAggregation
    IAggregation
    Inherited Members
    BucketAggregationBase.Aggregations
    AggregationBase.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 TermsAggregation : BucketAggregationBase, ITermsAggregation, IBucketAggregation, IAggregation

    Constructors

    | Edit this page View Source

    TermsAggregation(string)

    Declaration
    public TermsAggregation(string name)
    Parameters
    Type Name Description
    string name

    Properties

    | Edit this page View Source

    CollectMode

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

    Exclude

    Declaration
    public TermsExclude Exclude { get; set; }
    Property Value
    Type Description
    TermsExclude
    | Edit this page View Source

    ExecutionHint

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

    Field

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

    Include

    Declaration
    public TermsInclude Include { get; set; }
    Property Value
    Type Description
    TermsInclude
    | Edit this page View Source

    MinimumDocumentCount

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

    Missing

    Declaration
    public object Missing { get; set; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    Order

    Declaration
    public IList<TermsOrder> Order { get; set; }
    Property Value
    Type Description
    IList<TermsOrder>
    | Edit this page View Source

    Script

    Declaration
    public IScript Script { get; set; }
    Property Value
    Type Description
    IScript
    | Edit this page View Source

    ShardSize

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

    ShowTermDocCountError

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

    Size

    Declaration
    public int? Size { get; set; }
    Property Value
    Type Description
    int?

    Implements

    ITermsAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • TermsAggregation(string)
    • Properties
      • CollectMode
      • Exclude
      • ExecutionHint
      • Field
      • Include
      • MinimumDocumentCount
      • Missing
      • Order
      • Script
      • ShardSize
      • ShowTermDocCountError
      • Size
    • Implements
    • Extension Methods
    Back to top Generated by DocFX