Class ParentAggregationDescriptor<T, TParent>
A special single bucket aggregation that selects parent documents that
have the specified type, as defined in a join field.
Inheritance
ParentAggregationDescriptor<T, TParent>
Assembly: OpenSearch.Client.dll
Syntax
public class ParentAggregationDescriptor<T, TParent> : BucketAggregationDescriptorBase<ParentAggregationDescriptor<T, TParent>, IParentAggregation, TParent>, IDescriptor, IParentAggregation, IBucketAggregation, IAggregation where T : class where TParent : class
Type Parameters
| Name |
Description |
| T |
|
| TParent |
|
Methods
|
Edit this page
View Source
Type(RelationName)
Declaration
public ParentAggregationDescriptor<T, TParent> Type(RelationName type)
Parameters
Returns
|
Edit this page
View Source
Type<TOtherParent>()
Declaration
public ParentAggregationDescriptor<T, TParent> Type<TOtherParent>()
Returns
Type Parameters
| Name |
Description |
| TOtherParent |
|
Implements
Extension Methods