Class FilterAggregation
Inheritance
FilterAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class FilterAggregation : BucketAggregationBase, IFilterAggregation, IBucketAggregation, IAggregation
Constructors
|
Edit this page
View Source
FilterAggregation(string)
Declaration
public FilterAggregation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
Filter
Declaration
public QueryContainer Filter { get; set; }
Property Value
Implements
Extension Methods