Class NestedAggregationDescriptor<T>
Inheritance
NestedAggregationDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class NestedAggregationDescriptor<T> : BucketAggregationDescriptorBase<NestedAggregationDescriptor<T>, INestedAggregation, T>, IDescriptor, INestedAggregation, IBucketAggregation, IAggregation where T : class
Type Parameters
Methods
|
Edit this page
View Source
Path(Field)
Declaration
public NestedAggregationDescriptor<T> Path(Field path)
Parameters
Type |
Name |
Description |
Field |
path |
|
Returns
|
Edit this page
View Source
Path<TValue>(Expression<Func<T, TValue>>)
Declaration
public NestedAggregationDescriptor<T> Path<TValue>(Expression<Func<T, TValue>> path)
Parameters
Returns
Type Parameters
Implements
Extension Methods