Class RangeAggregation
Inheritance
RangeAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class RangeAggregation : BucketAggregationBase, IRangeAggregation, IBucketAggregation, IAggregation
Constructors
|
Edit this page
View Source
RangeAggregation(string)
Declaration
public RangeAggregation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
Field
Declaration
public Field Field { get; set; }
Property Value
|
Edit this page
View Source
Ranges
Declaration
public IEnumerable<IAggregationRange> Ranges { get; set; }
Property Value
|
Edit this page
View Source
Script
Declaration
public IScript Script { get; set; }
Property Value
Implements
Extension Methods