Class ChildrenAggregationDescriptor<T>
Inheritance
ChildrenAggregationDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class ChildrenAggregationDescriptor<T> : BucketAggregationDescriptorBase<ChildrenAggregationDescriptor<T>, IChildrenAggregation, T>, IDescriptor, IChildrenAggregation, IBucketAggregation, IAggregation where T : class
Type Parameters
Methods
|
Edit this page
View Source
Type(RelationName)
Declaration
public ChildrenAggregationDescriptor<T> Type(RelationName type)
Parameters
Returns
|
Edit this page
View Source
Type<TChildType>()
Declaration
public ChildrenAggregationDescriptor<T> Type<TChildType>() where TChildType : class
Returns
Type Parameters
Name |
Description |
TChildType |
|
Implements
Extension Methods