Class ReverseNestedAggregation
Inheritance
ReverseNestedAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class ReverseNestedAggregation : BucketAggregationBase, IReverseNestedAggregation, IBucketAggregation, IAggregation
Constructors
|
Edit this page
View Source
ReverseNestedAggregation(string)
Declaration
public ReverseNestedAggregation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
Path
Declaration
[DataMember(Name = "path")]
public Field Path { get; set; }
Property Value
Implements
Extension Methods