Interface IHistogramAggregation
Assembly: OpenSearch.Client.dll
Syntax
public interface IHistogramAggregation : IBucketAggregation, IAggregation
Properties
|
Edit this page
View Source
ExtendedBounds
Declaration
[DataMember(Name = "extended_bounds")]
ExtendedBounds<double> ExtendedBounds { get; set; }
Property Value
|
Edit this page
View Source
Field
Declaration
[DataMember(Name = "field")]
Field Field { get; set; }
Property Value
|
Edit this page
View Source
HardBounds
Declaration
[DataMember(Name = "hard_bounds")]
HardBounds<double> HardBounds { get; set; }
Property Value
|
Edit this page
View Source
Interval
Declaration
[DataMember(Name = "interval")]
double? Interval { get; set; }
Property Value
|
Edit this page
View Source
MinimumDocumentCount
Declaration
[DataMember(Name = "min_doc_count")]
int? MinimumDocumentCount { get; set; }
Property Value
|
Edit this page
View Source
Missing
Declaration
[DataMember(Name = "missing")]
double? Missing { get; set; }
Property Value
|
Edit this page
View Source
Offset
Declaration
[DataMember(Name = "offset")]
double? Offset { get; set; }
Property Value
|
Edit this page
View Source
Order
Declaration
[DataMember(Name = "order")]
HistogramOrder Order { get; set; }
Property Value
|
Edit this page
View Source
Script
Declaration
[DataMember(Name = "script")]
IScript Script { get; set; }
Property Value
Extension Methods