Search Results for

    Show / Hide Table of Contents

    Class ChildrenAggregation

    Inheritance
    object
    AggregationBase
    BucketAggregationBase
    ChildrenAggregation
    Implements
    IChildrenAggregation
    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 ChildrenAggregation : BucketAggregationBase, IChildrenAggregation, IBucketAggregation, IAggregation

    Constructors

    | Edit this page View Source

    ChildrenAggregation(string, RelationName)

    Declaration
    public ChildrenAggregation(string name, RelationName type)
    Parameters
    Type Name Description
    string name
    RelationName type

    Properties

    | Edit this page View Source

    Type

    Declaration
    public RelationName Type { get; set; }
    Property Value
    Type Description
    RelationName

    Implements

    IChildrenAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

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