Class AggregationBase
Inheritance
AggregationBase
Assembly: OpenSearch.Client.dll
Syntax
public abstract class AggregationBase : IAggregation
Constructors
|
Edit this page
View Source
AggregationBase(string)
Declaration
protected AggregationBase(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
metadata to associate with the individual aggregation at request time that
will be returned in place at response time
Declaration
public IDictionary<string, object> Meta { get; set; }
Property Value
Operators
|
Edit this page
View Source
operator &(AggregationBase, AggregationBase)
Declaration
public static AggregationBase operator &(AggregationBase left, AggregationBase right)
Parameters
Returns
|
Edit this page
View Source
operator false(AggregationBase)
Declaration
public static bool operator false(AggregationBase a)
Parameters
Returns
|
Edit this page
View Source
operator true(AggregationBase)
Declaration
public static bool operator true(AggregationBase a)
Parameters
Returns
Implements
Extension Methods