Search Results for

    Show / Hide Table of Contents

    Interface IParentAggregation

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

    Inherited Members
    IBucketAggregation.Aggregations
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IParentAggregation : IBucketAggregation, IAggregation

    Properties

    | Edit this page View Source

    Type

    The type for the child in the parent/child relationship

    Declaration
    [DataMember(Name = "type")]
    RelationName Type { get; set; }
    Property Value
    Type Description
    RelationName

    Extension Methods

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