Search Results for

    Show / Hide Table of Contents

    Class ChildrenAggregationDescriptor<T>

    Inheritance
    object
    BucketAggregationDescriptorBase<ChildrenAggregationDescriptor<T>, IChildrenAggregation, T>
    ChildrenAggregationDescriptor<T>
    Implements
    IDescriptor
    IChildrenAggregation
    IBucketAggregation
    IAggregation
    Inherited Members
    BucketAggregationDescriptorBase<ChildrenAggregationDescriptor<T>, IChildrenAggregation, T>.Self
    BucketAggregationDescriptorBase<ChildrenAggregationDescriptor<T>, IChildrenAggregation, T>.Assign<TValue>(TValue, Action<IChildrenAggregation, TValue>)
    BucketAggregationDescriptorBase<ChildrenAggregationDescriptor<T>, IChildrenAggregation, T>.Aggregations(Func<AggregationContainerDescriptor<T>, IAggregationContainer>)
    BucketAggregationDescriptorBase<ChildrenAggregationDescriptor<T>, IChildrenAggregation, T>.Aggregations(AggregationDictionary)
    BucketAggregationDescriptorBase<ChildrenAggregationDescriptor<T>, IChildrenAggregation, T>.Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    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 ChildrenAggregationDescriptor<T> : BucketAggregationDescriptorBase<ChildrenAggregationDescriptor<T>, IChildrenAggregation, T>, IDescriptor, IChildrenAggregation, IBucketAggregation, IAggregation where T : class
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    Type(RelationName)

    Declaration
    public ChildrenAggregationDescriptor<T> Type(RelationName type)
    Parameters
    Type Name Description
    RelationName type
    Returns
    Type Description
    ChildrenAggregationDescriptor<T>
    | Edit this page View Source

    Type<TChildType>()

    Declaration
    public ChildrenAggregationDescriptor<T> Type<TChildType>() where TChildType : class
    Returns
    Type Description
    ChildrenAggregationDescriptor<T>
    Type Parameters
    Name Description
    TChildType

    Implements

    IDescriptor
    IChildrenAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

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