Search Results for

    Show / Hide Table of Contents

    Class ParentAggregation

    A special single bucket aggregation that selects parent documents that have the specified type, as defined in a join field.

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

    Constructors

    | Edit this page View Source

    ParentAggregation(string, RelationName)

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

    Properties

    | Edit this page View Source

    Type

    The type for the child in the parent/child relationship

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

    Implements

    IParentAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

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