Class BucketAggregate
Intermediate Aggregation response, transformed to a more specific
aggregation response when requested.
Inheritance
BucketAggregate
Assembly: OpenSearch.Client.dll
Syntax
public class BucketAggregate : IAggregate
Properties
|
Edit this page
View Source
AfterKey
Declaration
public CompositeKey AfterKey { get; set; }
Property Value
|
Edit this page
View Source
AutoInterval
Declaration
public DateMathTime AutoInterval { get; set; }
Property Value
|
Edit this page
View Source
BgCount
Declaration
public long BgCount { get; set; }
Property Value
|
Edit this page
View Source
DocCount
Declaration
public long DocCount { get; set; }
Property Value
|
Edit this page
View Source
DocCountErrorUpperBound
Declaration
public long? DocCountErrorUpperBound { get; set; }
Property Value
|
Edit this page
View Source
Items
Declaration
public IReadOnlyCollection<IBucket> Items { get; set; }
Property Value
|
Edit this page
View Source
Metadata for the aggregation
Declaration
public IReadOnlyDictionary<string, object> Meta { get; set; }
Property Value
|
Edit this page
View Source
SumOtherDocCount
Declaration
public long? SumOtherDocCount { get; set; }
Property Value
Implements
Extension Methods